Skip to content

Commit

Permalink
fix import for speechWithoutPauses
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd committed Apr 7, 2021
1 parent 48e045f commit 244638a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/test_SpeechWithoutPauses.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# A part of NonVisual Desktop Access (NVDA)
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.
# Copyright (C) 2019 NV Access Limited
# Copyright (C) 2019-2021 NV Access Limited

"""Unit tests for speechWithoutPauses"""
"""Unit tests for SpeechWithoutPauses"""

import unittest
from typing import List

from speech.types import SpeechSequence
from speech.commands import EndUtteranceCommand, LangChangeCommand, CallbackCommand
from speech import SpeechWithoutPauses
from speech.sayAll import SpeechWithoutPauses
from logHandler import log


Expand Down

0 comments on commit 244638a

Please sign in to comment.