Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Aug 17, 2023
1 parent 8151b11 commit b3f753d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synthtool/languages/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def postprocess_gapic_library_hermetic(hide_output=False):
compile_protos_hermetic(hide_output=hide_output)
logger.debug("Post-processing completed")


# This function writes the release-please-config.json file
# It adds entries for each directory with a default {} to
# make sure we are tracking them for publishing
Expand All @@ -292,6 +293,7 @@ def write_release_please_config(dirs: list):
def _noop(library: Path) -> None:
pass


# This function walks through the apiary packages
# specifically in google-api-nodejs-client
# This determines the current list of APIs
Expand Down

0 comments on commit b3f753d

Please sign in to comment.