From cec8d225c089017aafb53abc92e0b252f6ad8d5a Mon Sep 17 00:00:00 2001 From: Stephen Kiely Date: Fri, 20 Dec 2024 12:38:17 -0600 Subject: [PATCH] pylint --- nautobot_chatops/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: