Skip to content

Commit

Permalink
Avoid deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Feb 8, 2025
1 parent 4429817 commit dfeb9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mcbackend/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

import collections
import logging
from typing import Dict, List, Mapping, Optional, Sequence, Sized, TypeVar, Union, cast
from collections.abc import Sized
from typing import Dict, List, Mapping, Optional, Sequence, TypeVar, Union, cast

import numpy

Expand Down

0 comments on commit dfeb9c6

Please sign in to comment.