Skip to content

Commit

Permalink
renamed "source" directory to "skill"
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed May 12, 2021
1 parent 730e0c5 commit b39098c
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
city name provided in the request.
"""
from datetime import datetime
from multi_key_dict import multi_key_dict
from time import sleep
from typing import List, Tuple

Expand All @@ -30,7 +29,7 @@
from mycroft import MycroftSkill, intent_handler
from mycroft.messagebus.message import Message
from mycroft.util.parse import extract_number
from .source import (
from .skill import (
CurrentDialog,
DAILY,
DailyDialog,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b39098c

Please sign in to comment.