Skip to content

Commit

Permalink
Silence Flake8 for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Nov 28, 2019
1 parent 8fec5f1 commit bbf11e3
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tfx/Evaluator/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath


2 changes: 2 additions & 0 deletions components/tfx/ExampleGen/BigQueryExampleGen/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath


2 changes: 2 additions & 0 deletions components/tfx/ExampleGen/CsvExampleGen/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath

def CsvExampleGen(
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from typing import NamedTuple

def CsvExampleGen_GCS( #
2 changes: 2 additions & 0 deletions components/tfx/ExampleGen/ImportExampleGen/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath


2 changes: 2 additions & 0 deletions components/tfx/Trainer/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath


2 changes: 2 additions & 0 deletions components/tfx/Transform/component.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# flake8: noqa TODO

from kfp.components import InputPath, OutputPath


0 comments on commit bbf11e3

Please sign in to comment.