Skip to content

Commit

Permalink
tests imports
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Sep 29, 2024
1 parent 2daa9d1 commit 5813772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_pygoruut.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
from unittest.mock import patch, MagicMock
from pygoruut.pygoruut import Pygoruut, PhonemeResponse, Word
from pygoruut import Pygoruut, PhonemeResponse, Word


class TestPygoruut(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pygoruut_sanity.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import time
from pygoruut.pygoruut import Pygoruut
from pygoruut import Pygoruut

class TestPygoruutSanity(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 5813772

Please sign in to comment.