From 8ff0980a6e1c9fa6d81f54657aaef3702cbe91dd Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 29 Feb 2024 16:03:14 -0700 Subject: [PATCH] add comment on name collisions --- src/PowerSystemsInvestmentsPortfolios.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowerSystemsInvestmentsPortfolios.jl b/src/PowerSystemsInvestmentsPortfolios.jl index 4cf2b74..81e8a98 100644 --- a/src/PowerSystemsInvestmentsPortfolios.jl +++ b/src/PowerSystemsInvestmentsPortfolios.jl @@ -1,6 +1,7 @@ module PowerSystemsInvestmentsPortfolios import InfrastructureSystems +# TODO: Some of these re-exports may cause name collisions import InfrastructureSystems: add_time_series, to_json, @@ -19,7 +20,6 @@ import InfrastructureSystems: LogEventTracker, StructField - import PowerSystems export Portfolio