You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/nix/store/rs2zdh5pswwn2j161f2l5yim513p4081-python3-3.12.3-env/lib/python3.12/site-packages/thefuzz/process.py", line 107, in <module>
) -> t.Iterator[_Result, None, None]:
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/aav6i2sih47qjwz0shpl4mmpp877v16k-python3-3.12.3/lib/python3.12/typing.py", line 398, in inner
return func(*args, **kwds)
^^^^^^^^^^^^^^^^^^^
File "/nix/store/aav6i2sih47qjwz0shpl4mmpp877v16k-python3-3.12.3/lib/python3.12/typing.py", line 1455, in __getitem__
_check_generic(self, params, self._nparams)
File "/nix/store/rs2zdh5pswwn2j161f2l5yim513p4081-python3-3.12.3-env/lib/python3.12/site-packages/typing_extensions.py", line 2724, in _check_generic
raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments"
TypeError: Too many arguments for typing.Iterator; actual 3, expected 1
When using processOne there is a typeerror:
This is on 83bea3d (latest master as of now)
The text was updated successfully, but these errors were encountered: