Skip to content

Commit 1178351

Browse files
committed
Fix type hints.
1 parent 75eec31 commit 1178351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/iterative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from typing import Any, Generator, Iterable, Iterator, List, Optional, Sequence, Tuple, Type, Union
3737

3838
# 3rd party
39-
from natsort import natsorted, ns
39+
from natsort import natsorted, ns # type: ignore
4040

4141
__all__ = [
4242
"chunks",

0 commit comments

Comments
 (0)