Skip to content

Commit

Permalink
Pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-mzamette committed Dec 1, 2023
1 parent 288e0e9 commit ae8f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/account.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from pickle import dumps, loads
from base64 import b64encode, b64decode
from sqlalchemy import text
import json
from uuid import uuid4

from bcrypt import gensalt, hashpw
from flask_login import login_required, current_user
from flask import redirect, flash, render_template, request, Response, g, make_response
from sqlalchemy import text

from app import app
from models import Session, Note
Expand Down

0 comments on commit ae8f1d9

Please sign in to comment.