More Python 3.10 compat.

This commit is contained in:
Dan Albert 2021-11-21 11:30:39 -08:00
parent ef73f712ec
commit 8c2e25339f

View File

@ -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