mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Remove unused class.
This commit is contained in:
parent
ddfe4c00b1
commit
9bdb81019b
@ -1,5 +1,4 @@
|
||||
from datetime import datetime
|
||||
from enum import Enum
|
||||
from typing import Type
|
||||
|
||||
# mypy can't resolve these if they're wildcard imports for some reason.
|
||||
@ -127,8 +126,3 @@ def upgrade_to_supercarrier(unit: Type[ShipType], name: str) -> Type[ShipType]:
|
||||
return CV_1143_5
|
||||
else:
|
||||
return unit
|
||||
|
||||
|
||||
class DefaultLiveries:
|
||||
class Default(Enum):
|
||||
af_standard = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user