🎨 sort imports in file

This commit is contained in:
Mix
2021-01-30 06:10:04 +08:00
parent 02af1c1227
commit 5de41a18f9
5 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,5 @@
from enum import Enum
from typing import Any, Dict, List, Union, Iterable
from typing import Any, Dict, Iterable, List, Union
from pydantic import validate_arguments