cleanup: Remove newlines at end of direct/src/fsm/State.py

This commit is contained in:
rdb 2020-09-01 10:55:37 +02:00
parent dae9e31223
commit fcfe3206eb

View File

@ -224,18 +224,3 @@ class State(DirectObject):
def __str__(self):
return "State: name = %s, enter = %s, exit = %s, trans = %s, children = %s" %\
(self.__name, self.__enterFunc, self.__exitFunc, self.__transitions, self.__FSMList)