forked from mirrors/thatmattlove-hyperglass
fix isort error
This commit is contained in:
parent
33dc790137
commit
a5f56f2898
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue