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 e2eda10 commit 7617ec3Copy full SHA for 7617ec3
1 file changed
celery/utils/saferepr.py
@@ -15,7 +15,7 @@
15
from itertools import chain
16
from numbers import Number
17
from pprint import _recursion
18
-from typing import Any, AnyStr, Callable, Dict, Iterator, List, Optional, Sequence, Set, Tuple
+from typing import Any, AnyStr, Callable, Dict, Iterator, List, Sequence, Set, Tuple
19
20
from .text import truncate
21
0 commit comments