Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-03-13 21:03:01 +07:00
parent e3384a6306
commit 47bd63fbaf
8 changed files with 150 additions and 79 deletions

View File

@@ -12,7 +12,6 @@ from watchdog.observers import Observer
from ..modules.registry import Registry
from ..sql_db import Cursor
from ..tests import runner as runner
_WorkerT = TypeVar('_WorkerT', bound=Worker)