*: remove newly superfluous static types on attributes
[nit.git] / contrib / pep8analysis / src / model / model.nit
index beea28d..f484cc1 100644 (file)
@@ -65,7 +65,7 @@ class Model
 end
 
 redef class ALine
-       var address: Int = -1
+       var address = -1
 
        fun size: Int is abstract