Common: Remove disused common/port_status.py

This was moved to common.types and should have been removed in
8ae11e94aa
This commit is contained in:
Mike Salvatore 2022-09-29 13:22:25 -04:00
parent 0207519343
commit 3dc6eba2da
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
from enum import Enum
class PortStatus(Enum):
"""
An Enum representing the status of the port.
This Enum represents the status of a network pork. The value of each
member is distincive and unique number.
"""
OPEN = 1
CLOSED = 2