chore: cleanup python code

This commit is contained in:
swve 2023-05-08 09:39:11 +00:00
parent 05f8539361
commit 7d78d06165
30 changed files with 46 additions and 87 deletions

View file

@ -1,4 +1,3 @@
from pydantic import BaseModel
from src.security.security import verify_user_rights_with_roles
from src.services.courses.activities.uploads.pdfs import upload_pdf
from src.services.users.users import PublicUser