Remove unused class.

This commit is contained in:
Dan Albert 2022-02-18 18:13:14 -08:00
parent ddfe4c00b1
commit 9bdb81019b

View File

@ -1,5 +1,4 @@
from datetime import datetime from datetime import datetime
from enum import Enum
from typing import Type from typing import Type
# mypy can't resolve these if they're wildcard imports for some reason. # 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 return CV_1143_5
else: else:
return unit return unit
class DefaultLiveries:
class Default(Enum):
af_standard = ""