Skip to content

Commit

Permalink
release: Fix style (kubeflow#498)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege authored Mar 23, 2018
1 parent c7e3940 commit d944f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion py/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def build_operator_image(root_dir,
"build/images/tf_operator/Dockerfile",
"examples/tf_sample/tf_sample/tf_smoke.py",
os.path.join(go_path, bin_path, "tf-operator"),
os.path.join(go_path, bin_path,"e2e"),
os.path.join(go_path, bin_path, "e2e"),
os.path.join(go_path, bin_path, "backend"), "dashboard/frontend/build"
]

Expand Down
4 changes: 2 additions & 2 deletions py/release_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ def test_build_postsubmit( # pylint: disable=no-self-use
@mock.patch("py.release.util.install_go_deps")
@mock.patch("py.release.util.clone_repo")
@mock.patch("py.release.build_and_push")
def test_build_pr(
def test_build_pr(# pylint: disable=no-self-use
self,
mock_build_and_push,
mock_clone,
_mock_install, # pylint: disable=no-self-use
_mock_install,
_mock_os,
_mock_makedirs):
parser = release.build_parser()
Expand Down

0 comments on commit d944f75

Please sign in to comment.