Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Dec 20, 2024
1 parent 2254a4d commit cec8d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_chatops/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def thread_handler(self, loop, *args, **kwargs):


# The class is TitleCased, but we want to encourage use as a callable/decorator
database_sync_to_async = DatabaseSyncToAsync
database_sync_to_async = DatabaseSyncToAsync # pylint: disable=invalid-name


def get_app_config_part(prefix: str) -> dict:
Expand Down

0 comments on commit cec8d22

Please sign in to comment.