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
1 changed files with 1 additions and 1 deletions

View File

@ -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: