Skip to content

Commit

Permalink
remove import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Sep 21, 2024
1 parent e48eff9 commit e4b4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/osemosys_global/demand/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
import numpy as np
from regression import get_regression_coefficients
from constants import START_YEAR, END_YEAR, PEAK_RATIO_FACTOR
from constants import START_YEAR, END_YEAR
from spatial import get_spatial_mapping_country, get_spatial_mapping_node
from data import get_nodal_plexos_demand

Expand Down

0 comments on commit e4b4dfe

Please sign in to comment.