fixed imports and indentation
[p2pool.git] / p2pool / util / pack.py
index c2d0ca1..c0c6f7d 100644 (file)
@@ -63,7 +63,7 @@ class Type(object):
         
         if p2pool.DEBUG:
             if self._pack(obj) != data:
-                    raise AssertionError()
+                raise AssertionError()
         
         return obj