=
commited on
Commit
·
fd03764
1
Parent(s):
55b5f6a
fixed import issues
Browse files
tests/test_deep_translator.py
CHANGED
@@ -4,9 +4,6 @@
|
|
4 |
|
5 |
import pytest
|
6 |
|
7 |
-
from deep_translator import GoogleTranslator
|
8 |
-
from exceptions import LanguageNotSupportedException, NotValidPayload
|
9 |
-
|
10 |
|
11 |
@pytest.fixture
|
12 |
def response():
|
|
|
4 |
|
5 |
import pytest
|
6 |
|
|
|
|
|
|
|
7 |
|
8 |
@pytest.fixture
|
9 |
def response():
|