1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

style improvements

This commit is contained in:
checktheroads
2020-02-03 02:35:11 -07:00
parent 7ff8fa317d
commit edf0803a62
34 changed files with 250 additions and 266 deletions

View File

@@ -1,9 +1,10 @@
"""Validate error message configuration variables."""
# Third Party
# Third Party Imports
from pydantic import Field
from pydantic import StrictStr
from pydantic import Field, StrictStr
# Project
# Project Imports
from hyperglass.configuration.models._utils import HyperglassModel