Skip to content

Commit

Permalink
expand
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed May 23, 2024
1 parent 242bdd8 commit 8d0433c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gluonts/core/serde/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ def encode_partial(v: partial) -> Any:
decode_disallow = [
eval,
exec,
compile,
open,
input,
]


Expand Down

0 comments on commit 8d0433c

Please sign in to comment.