Fixed imports

This commit is contained in:
2022-03-14 17:36:38 +01:00
parent 6923095939
commit e3106ec0ea
6 changed files with 19 additions and 19 deletions

View File

@@ -5,8 +5,8 @@ import uuid
import jwt
from flask import request
from webservice.db import db
from webservice.models import User
from db import db
from models import User
def hash_password(password):