Skip to content

Commit

Permalink
Lint Python code for undefined names
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Aug 21, 2019
1 parent 128a178 commit 06b5c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ matrix:
language: python
python: "3.7"
install: pip install flake8
script: flake8 . --count --except=./.*,*/visualization/tfdv.py --select=E9,F63,F7,F82 --show-source --statistics
script: flake8 . --count --exclude=./.*,*/visualization/tfdv.py --select=E9,F63,F7,F82 --show-source --statistics
2 changes: 2 additions & 0 deletions backend/src/apiserver/visualization/tfdv.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# flake8: noqa TODO

import tensorflow_data_validation as tfdv

# The following variables are provided through dependency injection. These
Expand Down

0 comments on commit 06b5c9d

Please sign in to comment.