Merge pull request #7503 from tk0miya/fix_ci

test: Add a docstring to avoid an error on py39a5+
This commit is contained in:
Takeshi KOMIYA 2020-04-18 21:02:26 +09:00 committed by GitHub
commit 50d2d289e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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