Skip to content

Commit ef67638

Browse files
committed
style: fix linters
1 parent 37b41b8 commit ef67638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hathor/prometheus.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
1615
import gc
16+
import os
1717
from typing import TYPE_CHECKING
1818

1919
from prometheus_client import CollectorRegistry, Gauge, write_to_textfile
@@ -70,6 +70,7 @@
7070
'threshold': 'Current threshold of the garbage collector',
7171
}
7272

73+
7374
class PrometheusMetricsExporter:
7475
""" Class that sends hathor metrics to a node exporter that will be read by Prometheus
7576
"""

0 commit comments

Comments
 (0)