From d962240405ffa700b25dea223a81f3380a651e6b Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 13 Jun 2019 09:13:41 -0500 Subject: [PATCH] PEP8 --- mycroft/stt/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mycroft/stt/__init__.py b/mycroft/stt/__init__.py index 5ac2a41b9a..e9ed6292c1 100644 --- a/mycroft/stt/__init__.py +++ b/mycroft/stt/__init__.py @@ -49,6 +49,7 @@ class STT: def execute(self, audio, language=None): pass + class TokenSTT(STT): __metaclass__ = ABCMeta