Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Oct 5, 2021
1 parent 403175e commit f2264b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifemonitor/auth/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from flask import flash, redirect, render_template, request, session, url_for
from flask_login import login_required, login_user, logout_user
from lifemonitor.utils import (NextRouteRegistry, next_route_aware,
split_by_crlf, decodeBase64)
split_by_crlf)

from .. import exceptions
from ..utils import OpenApiSpecs
Expand Down

0 comments on commit f2264b7

Please sign in to comment.