Skip to content

Commit 7617ec3

Browse files
authored
Update celery/utils/saferepr.py
1 parent e2eda10 commit 7617ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

celery/utils/saferepr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from itertools import chain
1616
from numbers import Number
1717
from pprint import _recursion
18-
from typing import Any, AnyStr, Callable, Dict, Iterator, List, Optional, Sequence, Set, Tuple
18+
from typing import Any, AnyStr, Callable, Dict, Iterator, List, Sequence, Set, Tuple
1919

2020
from .text import truncate
2121

0 commit comments

Comments
 (0)