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():