Skip to content

Commit

Permalink
refs dictation-toolbox#385, dictation-toolbox#54: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
synkarius committed Nov 1, 2019
1 parent 1cf2381 commit b497be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions castervoice/lib/ccr/core/nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from castervoice.lib.merge.additions import IntegerRefST
from castervoice.lib.merge.mergerule import MergeRule
from castervoice.lib.merge.state.actions import AsynchronousAction, ContextSeeker
from castervoice.lib.merge.state.actions2 import UntilCancelled, NullAction
from castervoice.lib.merge.state.actions2 import UntilCancelled
from castervoice.lib.merge.state.short import S, L, R

_tpd = text_punc_dict()
Expand All @@ -35,7 +35,6 @@ class Navigation(MergeRule):
mapping = {
# "periodic" repeats whatever comes next at 1-second intervals until "terminate"
# or "escape" (or your SymbolSpecs.CANCEL) is spoken or 100 tries occur

"periodic":
ContextSeeker(forward=[
L(
Expand Down

0 comments on commit b497be5

Please sign in to comment.