From 49ed04715e64c8056cc82fca3d5a21c4ebdfe575 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 28 Nov 2015 19:11:34 +0100 Subject: [PATCH] Remove unused tempfile import --- scripts/dev/update_3rdparty.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dev/update_3rdparty.py b/scripts/dev/update_3rdparty.py index f42892e87..6db01bc11 100755 --- a/scripts/dev/update_3rdparty.py +++ b/scripts/dev/update_3rdparty.py @@ -21,7 +21,6 @@ """Update all third-party-modules.""" import urllib.request -import tempfile import shutil import json import os