Improve representation of Constants
[linpy.git] / pypol / isl.py
index edfed5a..f15cea1 100644 (file)
@@ -12,7 +12,7 @@ libisl.isl_dim_set = _isl.isl_dim_set
 class IslObject:
 
     __slots__ = (
-        '_ptr'
+        '_ptr',
     )
 
     def __init__(self, ptr):