refactor: reformat imports
This commit is contained in:
parent
712cd85aae
commit
33b8ffc476
1 changed files with 24 additions and 20 deletions
|
@ -12,7 +12,8 @@ from typing import Any
|
|||
import requests
|
||||
import socketio
|
||||
|
||||
from . import (AuthMethod,
|
||||
from . import (
|
||||
AuthMethod,
|
||||
DockerType,
|
||||
Event,
|
||||
IncidentStyle,
|
||||
|
@ -24,15 +25,18 @@ from . import (AuthMethod,
|
|||
Timeout,
|
||||
UptimeKumaException,
|
||||
notification_provider_conditions,
|
||||
notification_provider_options)
|
||||
notification_provider_options
|
||||
)
|
||||
|
||||
from .docstrings import (append_docstring,
|
||||
from .docstrings import (
|
||||
append_docstring,
|
||||
docker_host_docstring,
|
||||
maintenance_docstring,
|
||||
monitor_docstring,
|
||||
notification_docstring,
|
||||
proxy_docstring,
|
||||
tag_docstring)
|
||||
tag_docstring
|
||||
)
|
||||
|
||||
|
||||
def int_to_bool(data, keys) -> None:
|
||||
|
|
Loading…
Reference in a new issue