Skip to content

Commit

Permalink
Merge pull request #191 from marksweb/fix/flake8
Browse files Browse the repository at this point in the history
Fix flake8 test
  • Loading branch information
marksweb authored Apr 26, 2021
2 parents f708cdd + 4fd2fbd commit dbd820e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.core.management.base import BaseCommand, CommandError
from django.core.management.base import BaseCommand

from djangocms_versioning import constants as versioning_constants

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
max-line-length = 120
exclude =
.git,
.env,
__pycache__,
**/migrations/,
build/,
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ coverage
djangocms_helper
django_polymorphic==2.0.3
cachetools
mock
factory-boy
django-simple-captcha
python-dateutil>=2.4
Expand Down

0 comments on commit dbd820e

Please sign in to comment.