From f5ca5902a7b30378a896a8a7d109101bd0693347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de> Date: Tue, 12 Feb 2019 17:06:54 +0100 Subject: [PATCH] Remove unused imports --- mpcdf_remove.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mpcdf_remove.py b/mpcdf_remove.py index 08af85e..6c5bd6a 100644 --- a/mpcdf_remove.py +++ b/mpcdf_remove.py @@ -1,8 +1,5 @@ #!/usr/bin/python2 from __future__ import print_function -from functools import reduce - -import mpcdf_common import os import osc -- GitLab