Skip to content

Commit

Permalink
dog food
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Oct 21, 2022
1 parent 56aa21c commit b0d9ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plus/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from PyQt5.QtCore import QSemaphore, QTimer # @UnusedImport @Reimport @UnresolvedImport

try:
from typing import Final, List #for Python >= 3.9: can remove 'List' since type hints can use the generic 'list'
from typing import Final #for Python >= 3.9: can remove 'List' since type hints can use the generic 'list'
except ImportError:
# for Python 3.7:
from typing_extensions import Final
Expand Down

0 comments on commit b0d9ec0

Please sign in to comment.