Commit 3d05f810 authored by Michal Čihař's avatar Michal Čihař

Remove not used import

parent 6e494351
......@@ -20,7 +20,6 @@
from django.test import TestCase
import unittest
from weblate import appsettings
from trans.machine.dummy import DummyTranslation
from trans.machine.glosbe import GlosbeTranslation
from trans.machine.mymemory import MyMemoryTranslation
......@@ -68,7 +67,7 @@ class MachineTranslationTest(TestCase):
self.assertGreater(len(machine.translate('es', 'world')), 0)
@unittest.skipUnless(microsoft_translation_supported(),
'missing credentials')
'missing credentials')
def test_microsoft(self):
machine = MicrosoftTranslation()
self.assertGreater(len(machine.translate('cs', 'world')), 0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment