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 75eec31 commit 1178351Copy full SHA for 1178351
domdf_python_tools/iterative.py
@@ -36,7 +36,7 @@
36
from typing import Any, Generator, Iterable, Iterator, List, Optional, Sequence, Tuple, Type, Union
37
38
# 3rd party
39
-from natsort import natsorted, ns
+from natsort import natsorted, ns # type: ignore
40
41
__all__ = [
42
"chunks",
0 commit comments