Skip to content

Commit 1c3946b

Browse files
committed
drop the extra type
1 parent 18ffe03 commit 1c3946b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/common/prometheus/constants.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
from typing import get_args
2-
3-
from common.prometheus.types import UnknownLabelValue
4-
5-
UNKNOWN_LABEL_VALUE: UnknownLabelValue = get_args(UnknownLabelValue)[0]
1+
UNKNOWN_LABEL_VALUE = "unknown"

src/common/prometheus/types.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)