We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54d96e commit 6793950Copy full SHA for 6793950
scheduler/decorators.py
@@ -1,5 +1,5 @@
1
from functools import wraps
2
-from typing import Any, Callable, Dict, List, Optional, Union
+from typing import Any, Callable, Dict, Optional, Union
3
4
from scheduler.broker_types import ConnectionType
5
from scheduler.helpers.callback import Callback
0 commit comments