1.10's `__init__.pyi` stub has invalid syntax
puddly opened this issue · 0 comments
puddly commented
The stub file includes both ellipsis (...
) and a line of code:
Lines 27 to 28 in 121b0ed
Traceback when executing the file:
$ python /venv/lib/python3.10/site-packages/iso4217/__init__.pyi
File "/venv/lib/python3.10/site-packages/iso4217/__init__.pyi", line 28
return frozenset(raw_table[self.value]['CtryNm'])
IndentationError: unexpected indent
This breaks mypy type checking.