ソースを参照

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