Skip to content

Commit

Permalink
Fix linter bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Surgo committed Aug 7, 2018
1 parent 75cd822 commit 3ab4f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lookup_extensions/lookups/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .exregex import * # noqa F401,F403
from .exists import * # noqa F401,F403
from .exregex import * # noqa F401,F403
from .negate import * # noqa F401,F403
1 change: 0 additions & 1 deletion tests/test_lookup/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
OuterRef,
)
from django.test import skipUnlessDBFeature
from django.test import tag

from utils import skipIfDBVendor

Expand Down

0 comments on commit 3ab4f9c

Please sign in to comment.