Commit 33a65ec9 authored by Michal Čihař's avatar Michal Čihař

Newline cleanup

parent dcad5a8f
...@@ -73,4 +73,3 @@ class ApertiumTranslation(MachineTranslation): ...@@ -73,4 +73,3 @@ class ApertiumTranslation(MachineTranslation):
) )
return [(response['responseData']['translatedText'], 100)] return [(response['responseData']['translatedText'], 100)]
...@@ -30,6 +30,7 @@ from trans.machine.microsoft import ( ...@@ -30,6 +30,7 @@ from trans.machine.microsoft import (
MicrosoftTranslation, microsoft_translation_supported MicrosoftTranslation, microsoft_translation_supported
) )
class MachineTranslationTest(TestCase): class MachineTranslationTest(TestCase):
''' '''
Testing of machine translation core. Testing of machine translation core.
......
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