fix isort error

This commit is contained in:
checktheroads 2020-03-25 11:59:04 -07:00
parent 33dc790137
commit a5f56f2898

View file

@ -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 (