Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Dec 6, 2024
1 parent c32f39b commit 2563cd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydoctor/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 2563cd2

Please sign in to comment.