Skip to content

Commit ef62cfe

Browse files
committed
fix mypy issues
Signed-off-by: John Seekins <[email protected]>
1 parent 2027d49 commit ef62cfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ice_scrapers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979

8080
from .utils import ( # noqa: E402
8181
clean_street, # noqa: F401
82+
repair_zip, # noqa: F401
83+
repair_locality, # noqa: F401
8284
update_facility, # noqa: F401
8385
)
8486
from .page_load import scrape_facilities # noqa: F401,E402

0 commit comments

Comments
 (0)