Skip to content

Commit 9339f9d

Browse files
committed
Fixed ruff.
1 parent 04e3185 commit 9339f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq/cli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from importlib import import_module
55
from logging import getLogger
66
from pathlib import Path
7-
from typing import Any, Generator, List, Sequence, Union, Optional
7+
from typing import Any, Generator, List, Optional, Sequence, Union
88

99
logger = getLogger("taskiq.worker")
1010

0 commit comments

Comments
 (0)