tests: import fix

This commit is contained in:
dettlaff 2024-12-04 23:51:35 +04:00
parent 6fa8adca7c
commit 9de8822bd7
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
PLEASE_UPDATE_APP_TEXT = "Your SelfPrivacy app is out of date, please update. Some important functions are not working at the moment."
PLEASE_UPDATE_APP_TEXT = "Your SelfPrivacy app is out of date, please update it. Some important functions are not working at the moment."

View file

@ -1,5 +1,5 @@
from selfprivacy_api.utils import ReadUserData
from selfprivacy_api.actions.users import delete_user
from selfprivacy_api.repositories.users.json_user_repository import delete_user
"""
A place for user storage tests and other user tests that are not Graphql-specific.