mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix import sorting
This commit is contained in:
2
hyperglass/external/_base.py
vendored
2
hyperglass/external/_base.py
vendored
@ -14,10 +14,10 @@ import httpx
|
||||
# Project
|
||||
from hyperglass.log import log
|
||||
from hyperglass.util import parse_exception, repr_from_attrs
|
||||
from hyperglass.settings import Settings
|
||||
from hyperglass.constants import __version__
|
||||
from hyperglass.models.fields import JsonValue, HttpMethod, Primitives
|
||||
from hyperglass.exceptions.private import ExternalError
|
||||
from hyperglass.settings import Settings
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
# Standard Library
|
||||
|
@ -7,13 +7,13 @@ from ipaddress import ip_address
|
||||
|
||||
# Third Party
|
||||
from pydantic import (
|
||||
FilePath,
|
||||
RedisDsn,
|
||||
SecretStr,
|
||||
BaseSettings,
|
||||
DirectoryPath,
|
||||
IPvAnyAddress,
|
||||
validator,
|
||||
FilePath,
|
||||
)
|
||||
|
||||
# Project
|
||||
|
Reference in New Issue
Block a user