[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-07-31 09:20:32 +00:00
parent 1ea8cf47d8
commit ade7e17d57
2 changed files with 35 additions and 1099 deletions

File diff suppressed because one or more lines are too long

View File

@ -51,6 +51,7 @@ color_country = {
"SK": "#550000", "SK": "#550000",
} }
def sort_one_country(country, df): def sort_one_country(country, df):
indices = [link for link in df.columns if country in link] indices = [link for link in df.columns if country in link]
df_country = df[indices].copy() df_country = df[indices].copy()