From 9f24e81f022ad8a63c31f69bb0f4fb6a34e34976 Mon Sep 17 00:00:00 2001 From: LielinJiang Date: Fri, 16 Oct 2020 11:36:24 +0000 Subject: [PATCH] rm matplot --- ppgan/apps/first_order_predictor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ppgan/apps/first_order_predictor.py b/ppgan/apps/first_order_predictor.py index 8b2116f..b83d456 100644 --- a/ppgan/apps/first_order_predictor.py +++ b/ppgan/apps/first_order_predictor.py @@ -12,8 +12,6 @@ #See the License for the specific language governing permissions and #limitations under the License. -import matplotlib -matplotlib.use('Agg') import os import sys -- GitLab