Skip to content

Commit b402910

Browse files
committed
clear levels in sfc
1 parent d9e5495 commit b402910

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ai_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# granted to it by virtue of its status as an intergovernmental organisation
66
# nor does it submit to any jurisdiction.
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.2.1"

ai_models/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def _requests(self):
303303
param=self.param_sfc,
304304
)
305305
)
306+
r.pop("levelist", None)
306307

307308
self.patch_retrieve_request(r)
308309
result.append(dict(**r))

0 commit comments

Comments
 (0)