tiahchia commited on
Commit
a772ebc
·
verified ·
1 Parent(s): c42012b

Update auth.py

Browse files
Files changed (1) hide show
  1. auth.py +1 -1
auth.py CHANGED
@@ -4,7 +4,7 @@ from typing import Any, Dict, Optional, Tuple
4
  import requests
5
  from flask import Blueprint, jsonify, request
6
 
7
- from backend import db
8
 
9
 
10
  auth_blueprint = Blueprint("auth", __name__)
 
4
  import requests
5
  from flask import Blueprint, jsonify, request
6
 
7
+ import db
8
 
9
 
10
  auth_blueprint = Blueprint("auth", __name__)