mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
The utils and constants modules are now fully typechecked
This commit is contained in:
@@ -6,12 +6,12 @@ import os
|
||||
import subprocess
|
||||
import time
|
||||
from collections import namedtuple
|
||||
from urllib.request import urlopen
|
||||
from contextlib import suppress
|
||||
from urllib.request import urlopen
|
||||
|
||||
from .config import atomic_save
|
||||
from .constants import cache_dir, get_boss, kitty_exe, version
|
||||
from .fast_data_types import add_timer, monitor_pid
|
||||
from .constants import cache_dir, kitty_exe, version
|
||||
from .fast_data_types import add_timer, get_boss, monitor_pid
|
||||
from .notify import notify
|
||||
from .utils import log_error, open_url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user