Skip to content

Commit

Permalink
Run black at end of synth.py (#6698)
Browse files Browse the repository at this point in the history
* Run black at end of synth.py
* blacken logging
  • Loading branch information
crwilcox committed Nov 29, 2018
1 parent b53df99 commit 5593a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@
unit_cov_level=97, cov_level=100, system_test_dependencies=["../storage"]
)
s.move(templated_files)

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 5593a05

Please sign in to comment.