From 23b4a606eac90bb52fdd873c7668743c418f2803 Mon Sep 17 00:00:00 2001 From: YishaiGlasner Date: Mon, 6 Jan 2025 11:07:08 +0200 Subject: [PATCH] chore: remove spave --- api/api_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_warnings.py b/api/api_warnings.py index ac4a4e4788..99baca48f3 100644 --- a/api/api_warnings.py +++ b/api/api_warnings.py @@ -12,7 +12,7 @@ class APIWarningCode(Enum): """ classes for data warnings in API calls. -used when part of the data that was requested exists and returned, and part is missing. +used when part of the data that was requested exists and returned, and part is missing. """ class APIDatawarning():