diff --git a/hyperglass/configuration/models/web.py b/hyperglass/configuration/models/web.py index 11a8f01..4dfde46 100644 --- a/hyperglass/configuration/models/web.py +++ b/hyperglass/configuration/models/web.py @@ -1,7 +1,7 @@ """Validate branding configuration variables.""" # Standard Library -from typing import Optional, Union +from typing import Union, Optional # Third Party from pydantic import (