Skip to content

Commit

Permalink
Pytype
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 18, 2024
1 parent 8ef3f00 commit e00e5cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dfindexeddb/leveldb/plugins/chrome_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
from typing import Optional

try:
# pytype: disable=import-error
from dfdatetime import webkit_time
from dfindexeddb.leveldb.plugins import notification_database_data_pb2 as \
notification_pb2
# pytype: enable=import-error
_has_import_dependencies = True
except ImportError as err:
_has_import_dependencies = False
Expand Down

0 comments on commit e00e5cf

Please sign in to comment.