Skip to content

Commit

Permalink
style: fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Nov 26, 2020
1 parent d5271f1 commit eba74b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions apps/aklub/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,11 @@
)
from .profile_model_resources_mixin import ProfileModelResourceMixin
from .utils import (
check_annotate_filters, edit_donor_annotate_filter,
check_annotate_filters, edit_donor_annotate_filter,
get_email_templates_names, sweet_text,
)



def admin_links(args_generator):
return format_html_join(
mark_safe('<br/>'),
Expand Down
1 change: 0 additions & 1 deletion apps/aklub/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from django.db.models.functions import TruncMonth
from django.http import HttpResponse, JsonResponse
from django.shortcuts import get_object_or_404, redirect, render, render_to_response
from django.template import loader
from django.template.loader import render_to_string
from django.urls import reverse, reverse_lazy
from django.utils.decorators import method_decorator
Expand Down

0 comments on commit eba74b1

Please sign in to comment.