mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
Remove a couple unused imports.
This commit is contained in:
parent
307706d082
commit
67dceeef44
@ -7,7 +7,6 @@ a list of all possible variables.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
|
||||||
import time # Needed for Windows
|
import time # Needed for Windows
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from datetime import datetime, timedelta
|
from datetime import timedelta
|
||||||
import shutil
|
import shutil
|
||||||
import string
|
import string
|
||||||
import tempfile
|
import tempfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user