From aa23e09ec07fb7624c3f2645f290a2c53b5173de Mon Sep 17 00:00:00 2001 From: Remi Cresson Date: Thu, 28 Jul 2022 08:14:19 +0200 Subject: [PATCH] STYLE: pylint --- .gitlab-ci.yml | 1 - otbtf/model.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2f01c4b..03a377d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,6 @@ docker image: stage: Build except: - develop - - master script: - > docker build diff --git a/otbtf/model.py b/otbtf/model.py index 2a9fd345..a6306e27 100644 --- a/otbtf/model.py +++ b/otbtf/model.py @@ -165,4 +165,3 @@ def plot(self, output_path, strategy=None): model_simplified = tensorflow.keras.Model(inputs=inputs, outputs=outputs, name=self.__class__.__name__ + '_simplified') tensorflow.keras.utils.plot_model(model_simplified, output_path) -