From 2dae7c69a5616378e6d8f2514820f34a41bee961 Mon Sep 17 00:00:00 2001 From: koval Date: Thu, 7 Sep 2023 13:33:47 +0300 Subject: [PATCH] Codestyle. --- huntflow_api_client/models/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huntflow_api_client/models/common.py b/huntflow_api_client/models/common.py index dd614e8..b7157d2 100644 --- a/huntflow_api_client/models/common.py +++ b/huntflow_api_client/models/common.py @@ -39,7 +39,7 @@ def jsonable_dict( exclude_none=exclude_none, round_trip=round_trip, warnings=warnings, - ) + ), ) # type: ignore