test: Add a docstring to avoid an error on py39a5+

This commit is contained in:
Takeshi KOMIYA 2020-04-18 19:53:18 +09:00
parent 21ca43719a
commit ffb1ca3aaa

View File

@ -145,6 +145,8 @@ First line of docstring
class StrRepr(str): class StrRepr(str):
"""docstring"""
def __repr__(self): def __repr__(self):
return self return self