fix import order

This commit is contained in:
Robert Kaussow 2021-06-12 16:39:55 +02:00
parent afdab25707
commit 5e773b5ee0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -10,9 +10,9 @@ import requests
from prometheuspvesd.config import SingleConfig from prometheuspvesd.config import SingleConfig
from prometheuspvesd.exception import APIError from prometheuspvesd.exception import APIError
from prometheuspvesd.logger import SingleLog
from prometheuspvesd.model import Host from prometheuspvesd.model import Host
from prometheuspvesd.model import HostList from prometheuspvesd.model import HostList
from prometheuspvesd.logger import SingleLog
from prometheuspvesd.utils import to_bool from prometheuspvesd.utils import to_bool
try: try: