Skip to content

Commit

Permalink
test: Add a docstring to avoid an error on py39a5+
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Apr 18, 2020
1 parent 21ca437 commit ffb1ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/roots/test-ext-autodoc/target/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def prop2(self):


class StrRepr(str):
"""docstring"""

def __repr__(self):
return self

Expand Down

0 comments on commit ffb1ca3

Please sign in to comment.