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

Commit 0b7a500

Browse files
author
jarbasai
committed
pep8
1 parent d0e70d8 commit 0b7a500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/skills/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def run(self):
266266
continue
267267
# checking if skill was modified
268268
elif (skill.get("instance") and modified >
269-
last_modified_skill):
269+
last_modified_skill):
270270
# checking if skill should be reloaded
271271
if not skill["instance"].reload_skill:
272272
continue

0 commit comments

Comments
 (0)