Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Dec 7, 2024
1 parent aa869a6 commit a0ef4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from contextlib import contextmanager

try:
import pylibmagic # noqa: F401
import pylibmagic # noqa: F401 # pylint: disable=unused-import
except ImportError:
pass

Expand Down

0 comments on commit a0ef4de

Please sign in to comment.