added blank line
This commit is contained in:
@@ -17,6 +17,7 @@ def test_pickle():
|
|||||||
ps = loads(s)
|
ps = loads(s)
|
||||||
assert ps is PlainSentinel
|
assert ps is PlainSentinel
|
||||||
|
|
||||||
|
|
||||||
def test_custom_repr():
|
def test_custom_repr():
|
||||||
assert repr(SentinelCustomRepr) == '***SentinelRepr***'
|
assert repr(SentinelCustomRepr) == '***SentinelRepr***'
|
||||||
|
|
||||||
Reference in New Issue
Block a user