Skip to content

Commit

Permalink
Fix bad refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Mar 8, 2019
1 parent 0a3d9df commit 52130c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

from adapt.intent import IntentBuilder
import mycroft.audio
from neon.skills.core import MycroftSkill, intent_handler
# from neon.util.format import nice_time
from neon.util.format import pronounce_number
from neon.util.log import LOG
from neon.util.lang.format_de import nice_time_de, pronounce_ordinal_de
from mycroft.skills.core import MycroftSkill, intent_handler
# from mycroft.util.format import nice_time
from mycroft.util.format import pronounce_number
from mycroft.util.log import LOG
from mycroft.util.lang.format_de import nice_time_de, pronounce_ordinal_de


# TODO: This is temporary until nice_time() gets fixed in mycroft-core's next release
Expand Down

0 comments on commit 52130c0

Please sign in to comment.