Skip to content
Snippets Groups Projects
Commit 905f6571 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 962dce77
No related branches found
No related tags found
No related merge requests found
# mypy: ignore-errors
from typing import List
from enum import Enum, auto
from typing import List
from gso import settings
......@@ -9,6 +9,7 @@ from gso import settings
# - consider the additional api methods
# - decided what to do with various error conditions (currently assertions)
class InterfaceAllocationState(Enum):
AVAILABLE = auto()
RESERVED = auto()
......
......@@ -54,5 +54,3 @@ def test_physical_allocation_lifecycle_happy():
current_available = _interfaces()
assert interface_name in current_available
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