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 4429817 commit dfeb9c6Copy full SHA for dfeb9c6
mcbackend/core.py
@@ -4,7 +4,8 @@
4
5
import collections
6
import logging
7
-from typing import Dict, List, Mapping, Optional, Sequence, Sized, TypeVar, Union, cast
+from collections.abc import Sized
8
+from typing import Dict, List, Mapping, Optional, Sequence, TypeVar, Union, cast
9
10
import numpy
11
0 commit comments