diff --git a/client/src/components/profileImage.vue b/client/src/components/profileImage.vue index 810b8e60..a08c8b52 100644 --- a/client/src/components/profileImage.vue +++ b/client/src/components/profileImage.vue @@ -56,3 +56,9 @@ export default { } } + + \ No newline at end of file diff --git a/server/cshr/utils/redis_functions.py b/server/cshr/utils/redis_functions.py index 5630b90a..a864f5a6 100644 --- a/server/cshr/utils/redis_functions.py +++ b/server/cshr/utils/redis_functions.py @@ -9,7 +9,7 @@ import redis import json -from server.cshr.api.response import CustomResponse +from cshr.api.response import CustomResponse try: