Skip to content

Commit

Permalink
STYLE: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
remicres committed Jul 28, 2022
1 parent 316cf27 commit aa23e09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ docker image:
stage: Build
except:
- develop
- master
script:
- >
docker build
Expand Down
1 change: 0 additions & 1 deletion otbtf/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aa23e09

Please sign in to comment.