Pārlūkot izejas kodu

remove unused import

Bastien Sevajol 9 gadus atpakaļ
vecāks
revīzija
54b0c3260f

+ 1 - 1
intelligine/synergy/event/transport/TakeableAction.py Parādīt failu

@@ -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