First reported here, but it seems the issue is with this library: https://github.com/pyga/ebb-lint/issues/11 It seems the following cannot be parsed: ```python @abc.abstractmethod def foobar(self): ... ``` Changing it to `pass` instead of `...` removes the problem.
First reported here, but it seems the issue is with this library: pyga/ebb-lint#11
It seems the following cannot be parsed:
Changing it to
passinstead of...removes the problem.