Commit 354cb66e authored by Yusei Tahara's avatar Yusei Tahara

Revert "coveralls complains about a `pass` in DummyConnection, use `return` instead."

This reverts commit e6d183b1.
parent e6d183b1
...@@ -1136,7 +1136,7 @@ class CPickleCacheTests(PickleCacheTests): ...@@ -1136,7 +1136,7 @@ class CPickleCacheTests(PickleCacheTests):
class DummyConnection(object): class DummyConnection(object):
def register(self, obj): def register(self, obj):
return pass
dummy_connection = DummyConnection() dummy_connection = DummyConnection()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment