mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Removed unnecessary absolute_imports.
This commit is contained in:
parent
d074dfc016
commit
e0cf030194
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue