Skip to content
Snippets Groups Projects
Commit 51f62577 authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

FIX: Code style

parent 28de5d6f
No related branches found
No related tags found
No related merge requests found
Pipeline #392775 passed
......@@ -12,6 +12,7 @@ class BCDProtectionRequirements(Enum):
LEVEL_2 = 2
SPECIAL = 10
class BCDSystemType(Enum):
CLIENT = 1
SERVER = 2
......@@ -20,6 +21,7 @@ class BCDSystemType(Enum):
VPN_WIFI_ONLY = 5
OTHER = 6
class BCDRequestModel(BaseModel):
oe: str = Field()
group: str = Field()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment