Skip to content

Commit dc0ad06

Browse files
committed
chore: fix types
1 parent 5ee5c4f commit dc0ad06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mapillary_tools/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# dbm modules are dynamically imported, so here we explicitly import dbm.sqlite3 to make sure pyinstaller include it
1414
# Otherwise you will see: ImportError: no dbm clone found; tried ['dbm.sqlite3', 'dbm.gnu', 'dbm.ndbm', 'dbm.dumb']
1515
try:
16-
import dbm.sqlite3
16+
import dbm.sqlite3 # type: ignore
1717
except ImportError:
1818
pass
1919

0 commit comments

Comments
 (0)