From 5e773b5ee05d0e66f3935b363541a9d24bc95751 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 12 Jun 2021 16:39:55 +0200 Subject: [PATCH] fix import order --- prometheuspvesd/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheuspvesd/discovery.py b/prometheuspvesd/discovery.py index dbb073f..f3c8555 100644 --- a/prometheuspvesd/discovery.py +++ b/prometheuspvesd/discovery.py @@ -10,9 +10,9 @@ import requests from prometheuspvesd.config import SingleConfig from prometheuspvesd.exception import APIError +from prometheuspvesd.logger import SingleLog from prometheuspvesd.model import Host from prometheuspvesd.model import HostList -from prometheuspvesd.logger import SingleLog from prometheuspvesd.utils import to_bool try: