Skip to content

Commit c25e482

Browse files
Update metric.py
1 parent dc3c638 commit c25e482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from abc import abstractmethod
2-
from prometheus_client import Gauge
32
from re import Pattern
43
import re
54
import os
5+
from prometheus_client import Gauge
66

77

88

0 commit comments

Comments
 (0)