瀏覽代碼

remove unused import

Bastien Sevajol 9 年之前
父節點
當前提交
54b0c3260f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      intelligine/synergy/event/transport/TakeableAction.py

+ 1 - 1
intelligine/synergy/event/transport/TakeableAction.py 查看文件

@@ -1,7 +1,7 @@
1 1
 from intelligine.synergy.event.move.MoveAction import MoveAction
2 2
 from synergine.synergy.event.Action import Action
3 3
 from intelligine.synergy.event.transport.TakeableEvent import TakeableEvent
4
-from intelligine.cst import CANT_PUT_STILL, BRAIN_SCHEMA, BRAIN_PART_TAKE
4
+from intelligine.cst import CANT_PUT_STILL, BRAIN_PART_TAKE
5 5
 from synergine.synergy.event.exception.ActionAborted import ActionAborted
6 6
 
7 7