Kaydet (Commit) dd171ead authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add space

üst a4acf1ff
...@@ -4699,6 +4699,7 @@ order (MRO) for bases """ ...@@ -4699,6 +4699,7 @@ order (MRO) for bases """
for o in gc.get_objects(): for o in gc.get_objects():
self.assertIsNot(type(o), X) self.assertIsNot(type(o), X)
class DictProxyTests(unittest.TestCase): class DictProxyTests(unittest.TestCase):
def setUp(self): def setUp(self):
class C(object): class C(object):
......
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