Browse Source

Fixed duplicate pylint call (which has been present for 3 months!)

Geoffrey Irons 7 năm trước cách đây
mục cha
commit
ab3639493f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -7,7 +7,6 @@ GODOT = godot
 
 pylint:
 	$(PYLINT) io_scene_godot
-	$(PYLINT) io_scene_godot
 
 pep8:
 	$(PEP8) io_scene_godot