mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix mypy errors
This commit is contained in:
parent
40f4b1c926
commit
231a857813
@ -3,7 +3,8 @@ from __future__ import annotations
|
||||
from abc import ABC
|
||||
from dataclasses import dataclass
|
||||
from functools import cached_property
|
||||
from typing import ClassVar, Generic, Iterator, Self, Type, TypeVar
|
||||
from typing import ClassVar, Generic, Iterator, Type, TypeVar
|
||||
from typing_extensions import Self
|
||||
|
||||
from dcs.unittype import UnitType as DcsUnitType
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user