Skip to content

Commit 73adda8

Browse files
committed
Remove unused enum library
1 parent b402716 commit 73adda8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pyinfra/operations/freebsd/service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
from __future__ import annotations
66

7-
from enum import Enum
8-
97
from typing_extensions import List, Optional, Union
108

119
from pyinfra import host

pyinfra/operations/freebsd/sysrc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
from __future__ import annotations
66

7-
from enum import Enum
8-
97
from typing_extensions import List, Optional, Union
108

119
from pyinfra import host

0 commit comments

Comments
 (0)