[pypy-commit] pypy py3.5: spacing

arigo pypy.commits at gmail.com
Sun Feb 19 10:56:35 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r90206:135243084607
Date: 2017-02-19 16:55 +0100
http://bitbucket.org/pypy/pypy/changeset/135243084607/

Log:	spacing

diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py
--- a/pypy/objspace/std/test/test_typeobject.py
+++ b/pypy/objspace/std/test/test_typeobject.py
@@ -1412,6 +1412,8 @@
         assert type.__ne__(dict, 42) is NotImplemented
         assert type.__eq__(int, int) == True
         assert type.__eq__(int, dict) is NotImplemented
+
+
 class AppTestComparesByIdentity:
 
     def setup_class(cls):


More information about the pypy-commit mailing list