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