mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
enable ssl certificate import for hyperglass-agent
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
"""Validate network configuration variables."""
|
||||
|
||||
# Third Party
|
||||
# Third Party Imports
|
||||
from pydantic import Field, StrictStr
|
||||
|
||||
# Project
|
||||
# Project Imports
|
||||
from hyperglass.configuration.models._utils import HyperglassModel, clean_name
|
||||
from hyperglass.util import clean_name
|
||||
from hyperglass.configuration.models._utils import HyperglassModel
|
||||
|
||||
|
||||
class Network(HyperglassModel):
|
||||
|
Reference in New Issue
Block a user