mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01: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 re
|
||||
import time # Needed for Windows
|
||||
import warnings
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import timedelta
|
||||
import shutil
|
||||
import string
|
||||
import tempfile
|
||||
|
Loading…
Reference in New Issue
Block a user