Skip to content

Commit 6793950

Browse files
committed
Remove RQ dependency
1 parent e54d96e commit 6793950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from functools import wraps
2-
from typing import Any, Callable, Dict, List, Optional, Union
2+
from typing import Any, Callable, Dict, Optional, Union
33

44
from scheduler.broker_types import ConnectionType
55
from scheduler.helpers.callback import Callback

0 commit comments

Comments
 (0)