The utils and constants modules are now fully typechecked

This commit is contained in:
Kovid Goyal
2020-03-04 10:26:41 +05:30
parent 8ad62106e0
commit f0b29e15c3
11 changed files with 182 additions and 125 deletions

View File

@@ -23,8 +23,7 @@ if is_macos:
else:
from .fast_data_types import dbus_send_notification
from .constants import get_boss
from .fast_data_types import dbus_send_notification, get_boss
alloc_map: Dict[int, str] = {}
identifier_map: Dict[str, int] = {}