mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 07:21:18 -07:00
dependabot bump pillow (#681)
* dependabot bump pillow * updated poetry * adding encoding to file open
This commit is contained in:
parent
52e70653f0
commit
fc5ed37fca
4 changed files with 327 additions and 382 deletions
|
@ -43,7 +43,7 @@ def get_state_fips_codes(data_path: Path) -> list:
|
|||
)
|
||||
|
||||
fips_state_list = []
|
||||
with open(fips_csv_path) as csv_file:
|
||||
with open(fips_csv_path, encoding="utf-8") as csv_file:
|
||||
csv_reader = csv.reader(csv_file, delimiter=",")
|
||||
line_count = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue