🎨 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,4 +1,4 @@
from typing import Optional, Any
from typing import Any, Optional
from pydantic import Field