Explorar el Código

Remove a duplicate statement

Wang Xin hace 1 año
padre
commit
3a1f655407
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      labelme/shape.py

+ 0 - 1
labelme/shape.py

@@ -57,7 +57,6 @@ class Shape(object):
         self._shape_type_raw = None
         self.fill = False
         self.selected = False
-        self.shape_type = shape_type
         self.flags = flags
         self.description = description
         self.other_data = {}