Parcourir la source

[Review] #242 rename class OrderAnalyser

monf il y a 8 ans
Parent
commit
4caaf02c05
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      kalliope/core/OrderAnalyser.py

+ 1 - 1
kalliope/core/OrderAnalyser.py

@@ -12,7 +12,7 @@ logging.basicConfig()
 logger = logging.getLogger("kalliope")
 
 
-class OrderAnalyser2:
+class OrderAnalyser:
     """
     This Class is used to get a list of synapses that match a given Spoken order
     """