Browse Source

formatting

Dave Schuyler 21 năm trước cách đây
mục cha
commit
e2e3474d8c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      direct/src/fsm/FSM.py

+ 0 - 1
direct/src/fsm/FSM.py

@@ -196,7 +196,6 @@ class FSM(DirectObject.DirectObject):
             # These are direct requests to a particular state.
             if request[0] in string.uppercase:
                 return (request,) + args
-            
         else:
             # If self.defaultTransitions is not None, it is a map of
             # allowed transitions from each state.  That is, each key