Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jan 9, 2024
1 parent fe31873 commit b808dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/repositories/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from enum import Enum
from typing import List, Optional, Type, Union, override
from typing import List, Type, override
from uuid import uuid4

from fastapi_storages import FileSystemStorage
Expand Down

0 comments on commit b808dd0

Please sign in to comment.