Skip to content

Commit

Permalink
Resolves GeoNode#6925: fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Feb 15, 2021
1 parent ec3f70d commit 8007312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions geonode/base/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
import re
import html
import logging
import re
from django.db.models.query import QuerySet

import six
from bootstrap3_datetime.widgets import DateTimePicker
from dal import autocomplete
from django import forms
Expand Down
6 changes: 3 additions & 3 deletions geonode/base/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
Menu,
MenuItem,
Configuration,
TopicCategory,
Thesaurus,
TopicCategory,
Thesaurus,
ThesaurusKeyword
)
)
from django.conf import settings
from django.template import Template, Context
from django.contrib.auth import get_user_model
Expand Down

0 comments on commit 8007312

Please sign in to comment.