From 5f41eb2ccccb99a8dedc64b459b6f647f7c5a91d Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 2 Nov 2023 14:26:11 -0700 Subject: [PATCH] fix flake8 --- app/notify_client/service_api_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/notify_client/service_api_client.py b/app/notify_client/service_api_client.py index 1ff711f08..e784d1a43 100644 --- a/app/notify_client/service_api_client.py +++ b/app/notify_client/service_api_client.py @@ -499,4 +499,5 @@ class ServiceAPIClient(NotifyAdminAPIClient): return self.get("/service/{}/notification-count".format(service_id)) -service_api_client = ServiceAPIClient() \ No newline at end of file +service_api_client = ServiceAPIClient() +