Skip to content

Commit 0b3c190

Browse files
committed
address 'data' being reassigned
Signed-off-by: John Seekins <[email protected]>
1 parent 91b59f2 commit 0b3c190

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ice_scrapers/agencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def scrape_agencies(keep_sheet: bool = True, force_download: bool = True) -> dic
3333
date_re = re.compile(r"\d{8}pm")
3434
agencies = copy.deepcopy(agencies_287g)
3535
for link in links:
36-
data = list(dict())
3736
match link:
3837
case x if "participating" in x:
3938
schema = copy.deepcopy(active_agency)

0 commit comments

Comments
 (0)