added blank line

This commit is contained in:
Luciano Ramalho 2021-05-23 22:24:14 -03:00 committed by GitHub
parent be7a67c93e
commit 8d882d9560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ def test_pickle():
ps = loads(s)
assert ps is PlainSentinel
def test_custom_repr():
assert repr(SentinelCustomRepr) == '***SentinelRepr***'