generic fixes

This commit is contained in:
swve 2023-11-20 19:53:56 +01:00
parent d95497e804
commit 2485285a06
9 changed files with 31 additions and 36 deletions

View file

@ -6,7 +6,6 @@ import requests
from config.config import get_learnhouse_config
from src.security.security import security_hash_password
from src.services.courses.activities.activities import Activity, create_activity
from src.services.courses.chapters import create_coursechapter, CourseChapter
from src.services.orgs.schemas.orgs import Organization, OrganizationInDB
from faker import Faker