]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/isl.py
Improve Polyhedron.fromstring
[linpy.git] / pypol / isl.py
index ecc32c7f9138c83634b264f4682751b202ea2431..f15cea1d9d78e3e79fa05ae6240589a8d79cd473 100644 (file)
@@ -11,7 +11,9 @@ libisl.isl_dim_set = _isl.isl_dim_set
 
 class IslObject:
 
-    __slots__ = ('_ptr')
+    __slots__ = (
+        '_ptr',
+    )
 
     def __init__(self, ptr):
         self._ptr = ptr