Commit 4ffcd449 authored by Michal Čihař's avatar Michal Čihař

Drop not used imports

parent 07ba52ce
......@@ -32,7 +32,7 @@ from weblate.trans.checks.chars import (
NewlineCountingCheck,
ZeroWidthSpaceCheck,
)
from weblate.trans.tests.test_checks import Unit, Language
from weblate.trans.tests.test_checks import Language
class BeginNewlineCheckTest(TestCase):
......
......@@ -22,8 +22,6 @@
Helpers for quality checks tests.
"""
from django.test import TestCase
class Language(object):
'''
......
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