Skip to content

Commit

Permalink
chore: blacken (via synth) (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 13, 2020
1 parent 71c1fef commit 857e66f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions packages/google-cloud-access-context-manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
]
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]

# Setup boilerplate below this line.

Expand Down Expand Up @@ -78,4 +76,4 @@
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
include_package_data=True,
zip_safe=False,
)
)
6 changes: 3 additions & 3 deletions packages/google-cloud-access-context-manager/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-access-context-manager",
"sha": "a77a5d0746abaacd37cb8aa858f58db80bd4c558"
"remote": "https://github.com/googleapis/python-access-context-manager.git",
"sha": "381a71d2de9e2535a4021b46e5639481975fef18"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "be74d3e532faa47eb59f1a0eaebde0860d1d8ab4"
"sha": "4674113712c0c7ada19e6a8219d7963ff174b392"
}
}
]
Expand Down

0 comments on commit 857e66f

Please sign in to comment.