We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee5c4f commit dc0ad06Copy full SHA for dc0ad06
1 file changed
mapillary_tools/history.py
@@ -13,7 +13,7 @@
13
# dbm modules are dynamically imported, so here we explicitly import dbm.sqlite3 to make sure pyinstaller include it
14
# Otherwise you will see: ImportError: no dbm clone found; tried ['dbm.sqlite3', 'dbm.gnu', 'dbm.ndbm', 'dbm.dumb']
15
try:
16
- import dbm.sqlite3
+ import dbm.sqlite3 # type: ignore
17
except ImportError:
18
pass
19
0 commit comments