Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent 8f3defb commit 7a24f0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/process_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def clean_taps(s):


def retrieve_lines(df, country=None):

lines = pd.DataFrame()

lines["name"] = df.xs("NE_name", level=1, axis=1).squeeze()
Expand Down Expand Up @@ -84,7 +83,6 @@ def retrieve_lines(df, country=None):


def retrieve_transformers(df, country=None):

transformers = pd.DataFrame()

transformers["name"] = df.xs("Full Name", level=1, axis=1).squeeze()
Expand Down

0 comments on commit 7a24f0b

Please sign in to comment.