diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-22 09:57:13 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-03-22 09:57:13 +0100 |
commit | 30ae9c71614d0edb68a2d7616ab044bded2cd43d (patch) | |
tree | 9a35869a6cf38c919787f7d7180f4a79463f9076 /lib | |
parent | f0c4a99f99da5e213f97276fd3f2f7bbf3232905 (diff) |
oooops
Diffstat (limited to 'lib')
-rw-r--r-- | lib/functions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/functions.py b/lib/functions.py index 32fade0..d231c9c 100644 --- a/lib/functions.py +++ b/lib/functions.py @@ -452,6 +452,7 @@ class SplitFunction(ModelFunction): or "infty", } ) + return hyper @classmethod def from_json(cls, data): |