Skip to content

Commit

Permalink
Remove unused import statements in router.py and
Browse files Browse the repository at this point in the history
schemas.py
  • Loading branch information
meln1k committed Dec 5, 2023
1 parent 4d589b2 commit 1f70dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fixbackend/workspaces/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from typing import List
from uuid import UUID
from cattrs import gen

from fastapi import APIRouter, HTTPException
from pydantic import EmailStr
Expand Down
1 change: 0 additions & 1 deletion fixbackend/workspaces/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from datetime import datetime
from typing import List
from uuid import UUID
from fixbackend.ids import WorkspaceId, UserId, ExternalId

from pydantic import BaseModel, Field
Expand Down

0 comments on commit 1f70dd6

Please sign in to comment.