diff --git a/game/savecompat.py b/game/savecompat.py index 5388dd24..36185e69 100644 --- a/game/savecompat.py +++ b/game/savecompat.py @@ -1,5 +1,5 @@ """Tools for aiding in save compat removal after compatibility breaks.""" -from collections import Callable +from collections.abc import Callable from typing import TypeVar from game.version import MAJOR_VERSION