mindee/tawazi

[BUG] in typing

bashirmindee opened this issue · 1 comments

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")

The same behavior is observed for all the twz_* added parameters