Skip to content

Commit

Permalink
fix: unused-wildcard-import
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfelipec95 committed Dec 26, 2023
1 parent 43e7f05 commit 09e9855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eox_tagging/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from __future__ import unicode_literals

from .common import * # pylint: disable=unused-wildcard-import
from .common import * # pylint: disable=wildcard-import, unused-wildcard-import


class SettingsClass:
Expand Down

0 comments on commit 09e9855

Please sign in to comment.