Skip to content

Commit a4d7bc0

Browse files
committed
fix flake8 tests
1 parent f7667cd commit a4d7bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_embedded_metrics/unit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from enum import Enum
22

3+
34
class Unit(Enum):
45
SECONDS = "Seconds"
56
MICROSECONDS = "Microseconds"

0 commit comments

Comments
 (0)