Skip to content

Commit 2951597

Browse files
committed
Orgainzed imports and removed the if name is main
1 parent 0a14c52 commit 2951597

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

electricitylci/import_impacts.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# -*- coding: utf-8 -*-
2+
import logging
3+
24
import pandas as pd
5+
36
from electricitylci.globals import data_dir
47
from electricitylci.model_config import model_specs
5-
import logging
8+
69

710
logger = logging.getLogger("import_impacts")
811

@@ -197,7 +200,3 @@ def generate_canadian_mixes(us_inventory):
197200
"Balancing Authority Code"
198201
].map(ba_codes["EIA_Region"])
199202
return ca_mix_inventory
200-
201-
202-
if __name__ == "__main__":
203-
pass

0 commit comments

Comments
 (0)