We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7667cd commit a4d7bc0Copy full SHA for a4d7bc0
aws_embedded_metrics/unit.py
@@ -1,5 +1,6 @@
1
from enum import Enum
2
3
+
4
class Unit(Enum):
5
SECONDS = "Seconds"
6
MICROSECONDS = "Microseconds"
0 commit comments