Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cbb473

Browse files
committed
Remove repr
Only used it for debugging
1 parent 683d1cc commit 1cbb473

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docstring_to_markdown/google.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def _parse(self, content: str) -> None:
8888
def as_markdown(self) -> str:
8989
return "#### {}\n\n{}\n\n".format(self.name, self.content)
9090

91-
def __repr__(self) -> str:
92-
return "Section(name={}, content={})".format(self.name, self.content)
9391

9492

9593
class GoogleDocstring:

0 commit comments

Comments
 (0)