mirror of https://github.com/django/django.git
Removed unused import in makemessages
This commit is contained in:
parent
3f4e778402
commit
a2e56db8a7
|
@ -3,7 +3,6 @@ from __future__ import unicode_literals
|
||||||
import fnmatch
|
import fnmatch
|
||||||
import glob
|
import glob
|
||||||
import io
|
import io
|
||||||
import locale
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue