Skip to content

Commit

Permalink
from urllib.parse import urlparse as url_parse
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeboucas committed Oct 30, 2024
1 parent 9a4799e commit 89005f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion myapp/routes/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from myapp.models import User
from myapp.email import send_validate_email
from datetime import datetime
from werkzeug.urls import url_parse
# from werkzeug.urls import url_parse
from urllib.parse import urlparse as url_parse
from ._utils import META_TAGS, check_email, navbar_A
import time

Expand Down

0 comments on commit 89005f1

Please sign in to comment.