From a5f56f28987a46535256300696cb755303a3a5bd Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 25 Mar 2020 11:59:04 -0700 Subject: [PATCH] fix isort error --- hyperglass/configuration/models/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (