diff --git a/pydoctor/model.py b/pydoctor/model.py index 1439a7674..12e949659 100644 --- a/pydoctor/model.py +++ b/pydoctor/model.py @@ -639,7 +639,6 @@ def _getbases(o:'Class', ignore_generic: bool = False) -> Iterator[Class | str]: if isinstance(b, Class): yield b else: - # yield s # Should we make it work event when typing.py is part of the system ? # since pydoctor is not used to document the standard library # it's probably not worth it...