fix: from review

This commit is contained in:
dettlaff 2024-06-22 16:12:29 +04:00
parent 421dc87a8c
commit 00204a6145
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
import requests
from selfprivacy_api.utils.prometheus import PrometheusQueries

View file

@ -2,8 +2,8 @@
# pylint: disable=too-few-public-methods
import time
import requests
import typing
from typing import Optional
PROMETHEUS_URL = "http://localhost:9001"