mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Remove a couple unused imports.
This commit is contained in:
parent
307706d082
commit
67dceeef44
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue