Skip to content

Commit

Permalink
Fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Hofstetter committed Oct 13, 2020
1 parent e935baf commit 56f697c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion homebytwo/routes/tables.py
@@ -1,5 +1,4 @@
from django import forms
from django.utils.html import format_html

import django_tables2 as tables
from django_tables2 import Column, URLColumn, CheckBoxColumn
Expand Down
1 change: 0 additions & 1 deletion homebytwo/routes/views.py
Expand Up @@ -13,7 +13,6 @@
from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_safe
from django.views.generic.edit import DeleteView, UpdateView
from django.views.generic.list import ListView

from pytz import utc
from .tables import ActivityTable
Expand Down

0 comments on commit 56f697c

Please sign in to comment.