refactor: remove unused imports from certifications and courses modules

This commit is contained in:
swve 2025-07-20 11:05:58 +02:00
parent d58336795a
commit 4af594e628
5 changed files with 0 additions and 7 deletions

View file

@ -13,7 +13,6 @@ from src.db.courses.courses import (
CourseRead,
CourseUpdate,
FullCourseRead,
FullCourseReadWithTrail,
ThumbnailType,
)
from src.security.auth import get_current_user