mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
More Python 3.10 compat.
This commit is contained in:
parent
ef73f712ec
commit
8c2e25339f
@ -1,5 +1,5 @@
|
|||||||
"""Tools for aiding in save compat removal after compatibility breaks."""
|
"""Tools for aiding in save compat removal after compatibility breaks."""
|
||||||
from collections import Callable
|
from collections.abc import Callable
|
||||||
from typing import TypeVar
|
from typing import TypeVar
|
||||||
|
|
||||||
from game.version import MAJOR_VERSION
|
from game.version import MAJOR_VERSION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user