Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
Add back in he pylint disable
  • Loading branch information
smk4664 committed Aug 24, 2024
1 parent 789ce17 commit 74a6071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nautobot_chatops/workers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import warnings

# For backwards compatibility -- these used to be defined in this file
# pylint: disable=unused-import
from nautobot_chatops.utils import create_command_log # noqa: F401
from nautobot_chatops.workers import subcommand_of, handle_subcommands # noqa: F401

Expand Down

0 comments on commit 74a6071

Please sign in to comment.