*: remove newly superfluous static types on attributes
[nit.git] / contrib / pep8analysis / src / cfg / cfg_base.nit
index d42a4b3..6825cda 100644 (file)
@@ -435,7 +435,7 @@ class BasicBlock
 end
 
 private class Counter
-       var count: Int = -1
+       var count = -1
        fun next : Int
        do
                count += 1