Skip to content

Commit dfeb9c6

Browse files
Avoid deprecated import
1 parent 4429817 commit dfeb9c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcbackend/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import collections
66
import logging
7-
from typing import Dict, List, Mapping, Optional, Sequence, Sized, TypeVar, Union, cast
7+
from collections.abc import Sized
8+
from typing import Dict, List, Mapping, Optional, Sequence, TypeVar, Union, cast
89

910
import numpy
1011

0 commit comments

Comments
 (0)