Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 18, 2021
1 parent b81587d commit bd5bd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mycroft/skills/intent_services/padatious_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ def handle_manifest(self, message):
def handle_entity_manifest(self, message):
self.bus.emit(
message.reply("intent.service.padatious.entities.manifest",
{"entities": self.registered_entities}))
{"entities": self.registered_entities}))
2 changes: 1 addition & 1 deletion mycroft/skills/padatious_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
#

## BACKWARDS COMPATIBILITY
# BACKWARDS COMPATIBILITY
from mycroft.skills.intent_services.padatious_service import PadatiousService

0 comments on commit bd5bd6f

Please sign in to comment.