[BUG] in typing
bashirmindee opened this issue · 1 comments
bashirmindee commented
Describe the bug
when passing twz_tag to an ExecNode call the typing fails
To Reproduce
from tawazi import xn
@xn
def a():
pass
a(twz_tag="bla")
bashirmindee commented
The same behavior is observed for all the twz_* added parameters