1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 15:16:01 +02:00

tests: apply fixes from fixit
All checks were successful
continuous-integration/drone/push Build is passing

RewriteToLiteral: It's slower to call list() than using the empty literal
This commit is contained in:
2023-12-09 12:20:35 +03:00
parent 940a325d61
commit 2cc2dbe952
2 changed files with 11 additions and 11 deletions

View File

@ -131,7 +131,7 @@ def test_fix_country_not_matching_region():
country = "Kenya"
region = ""
missing_region = "Eastern Africa"
exclude = list()
exclude = []
# Emulate a column in a transposed dataframe (which is just a series)
d = {