run pre-commit with isort

This commit is contained in:
Min RK
2022-03-31 12:33:26 +02:00
parent c41b732fbd
commit 7a9778249f
83 changed files with 360 additions and 601 deletions

View File

@@ -1,8 +1,5 @@
from datetime import datetime
from typing import Any
from typing import Dict
from typing import List
from typing import Optional
from typing import Any, Dict, List, Optional
from pydantic import BaseModel