We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712c63 commit 6f784b5Copy full SHA for 6f784b5
tests/test_user_exercise.py
@@ -1,6 +1,6 @@
1
from app.routers.user_exercise import create_user_exercise,\
2
does_user_exercise_exist, get_user_exercise
3
-from app.routers.register import _create_user
+from app.internal.user.user import _create_user
4
5
6
class TestUserExercise:
0 commit comments