Remove unused tempfile import

This commit is contained in:
Daniel Schadt 2015-11-28 19:11:34 +01:00
parent a072cf0175
commit 49ed04715e

View File

@ -21,7 +21,6 @@
"""Update all third-party-modules."""
import urllib.request
import tempfile
import shutil
import json
import os