From 34ed2b3910aadddb3fb22d783568e381ed0fe9d1 Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Tue, 18 Apr 2017 16:24:44 +0200 Subject: [PATCH] [PY3] Remove obsolete module import --- src/PV_SWIG/presentations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PV_SWIG/presentations.py b/src/PV_SWIG/presentations.py index 20456866..c9b4c044 100644 --- a/src/PV_SWIG/presentations.py +++ b/src/PV_SWIG/presentations.py @@ -30,7 +30,6 @@ import os import re import warnings from math import sqrt, sin, cos, radians -from string import upper # Do not use pv as a short name. # It is a name of function from numpy and may be redefined implicitly by 'from numpy import *' call. -- 2.39.2