forked from mirrors/thatmattlove-hyperglass
fix formatting
This commit is contained in:
parent
6e4598c199
commit
c0a0257d6a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# Standard Library
|
||||
import os
|
||||
import re
|
||||
from pathlib import Path
|
||||
from typing import TypeVar
|
||||
from pathlib import Path
|
||||
|
||||
# Third Party
|
||||
from pydantic import HttpUrl, BaseModel, StrictInt, StrictFloat
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ from pydantic import (
|
|||
from hyperglass.configuration.models.web import Web
|
||||
from hyperglass.configuration.models.docs import Docs
|
||||
from hyperglass.configuration.models.cache import Cache
|
||||
from hyperglass.configuration.models._utils import IntFloat, HyperglassModel
|
||||
from hyperglass.configuration.models.queries import Queries
|
||||
from hyperglass.configuration.models.messages import Messages
|
||||
from hyperglass.configuration.models._utils import HyperglassModel, IntFloat
|
||||
|
||||
|
||||
class Params(HyperglassModel):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue