We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce86be5 commit b8f6713Copy full SHA for b8f6713
1 file changed
tests/test_extract.py
@@ -1,11 +1,9 @@
1
#-*- coding: utf-8 -*-
2
-import codecs
3
-import sys
4
import unittest
5
6
from django_babel.extract import extract_django
7
from babel.messages import extract
8
-from babel._compat import BytesIO, StringIO
+from babel._compat import BytesIO
9
10
11
class ExtractDjangoTestCase(unittest.TestCase):
0 commit comments