From e00c99e783636edaea7c80ded09f64e66ca41fed Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Wed, 4 Mar 2020 13:40:11 +0100 Subject: [PATCH] Remove no longer needed module import. --- lib/scripts/gnuplot2pdf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/scripts/gnuplot2pdf.py b/lib/scripts/gnuplot2pdf.py index e7246a3dea..33fe767492 100755 --- a/lib/scripts/gnuplot2pdf.py +++ b/lib/scripts/gnuplot2pdf.py @@ -2,7 +2,6 @@ from subprocess import Popen, PIPE from sys import argv, stderr, exit -import os import shutil if (len(argv) != 3): -- 2.39.5