-
I need to instantiate |
Beta Was this translation helpful? Give feedback.
Answered by
Jasha10
Feb 27, 2024
Replies: 2 comments 3 replies
-
Did you try using as |
Beta Was this translation helpful? Give feedback.
3 replies
-
You could also instantiate
so |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hovnatan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also instantiate
types.NoneType
(in python3.10+)so
_target_: types.NoneType
could work.