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,9 @@
"""Validate command configuration variables."""
# Third Party Imports
# Third Party
from pydantic import StrictStr
# Project Imports
# Project
from hyperglass.configuration.models._utils import HyperglassModel