Skip to content

Commit b8f6713

Browse files
committed
Remove unused imports
1 parent ce86be5 commit b8f6713

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_extract.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#-*- coding: utf-8 -*-
2-
import codecs
3-
import sys
42
import unittest
53

64
from django_babel.extract import extract_django
75
from babel.messages import extract
8-
from babel._compat import BytesIO, StringIO
6+
from babel._compat import BytesIO
97

108

119
class ExtractDjangoTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)