diff --git a/nautobot_chatops/utils.py b/nautobot_chatops/utils.py index b2fe8982..f85b33f9 100644 --- a/nautobot_chatops/utils.py +++ b/nautobot_chatops/utils.py @@ -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: