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 authored Nov 29, 2018
1 parent 375c0d2 commit 122f94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-automl/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=82, cov_level=83)
s.move(templated_files)

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

0 comments on commit 122f94f

Please sign in to comment.