Skip to content

Commit

Permalink
Fix flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 6, 2021
1 parent a33f1aa commit 9d68891
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions jazzband/members/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def wrapper(wrapped, instance, args, kwargs):
:param func: The view function to decorate.
:type func: function
"""
nonlocal next_url
if next_url is None:
next_url = default_url()

This comment has been minimized.

Copy link
@mahdiramezanii

mahdiramezanii Mar 29, 2023

Member

what is?

if (
Expand Down
1 change: 0 additions & 1 deletion jazzband/members/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from ..account import github
from ..config import ONE_MINUTE
from ..db import postgres, redis
from ..projects.models import Project
from .models import EmailAddress, User

logger = logging.getLogger(__name__)
Expand Down
2 changes: 0 additions & 2 deletions migrations/versions/5eff8a811c74_.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Revises: 90291b6d31e4
Create Date: 2021-03-26 19:37:03.459550
"""
from datetime import datetime

import sqlalchemy as sa
from alembic import op

Expand Down

1 comment on commit 9d68891

@mahdiramezanii
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gdkdg

Please sign in to comment.