Skip to content

Commit

Permalink
Fix flake8 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Oct 21, 2021
1 parent 1618eae commit 299b277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jazzband/account/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import sentry_sdk
from flask import Blueprint, flash, redirect, request, session, url_for
from flask_dance.consumer import oauth_authorized, oauth_before_login
from flask_dance.consumer import oauth_authorized
from flask_login import current_user, login_required, login_user, logout_user
from sqlalchemy.orm.exc import NoResultFound

Expand Down
1 change: 0 additions & 1 deletion tests/test_hooks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json

from jazzband.projects.tasks import update_project_by_hook
from jazzband.tasks import JazzbandSpinach


Expand Down

0 comments on commit 299b277

Please sign in to comment.