Skip to content

Commit

Permalink
chore: blacken 'noxfile.py' (via synth) (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 24, 2020
1 parent 5174154 commit 6a0b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions noxfile.py
Expand Up @@ -70,9 +70,7 @@ def lint_setup_py(session):

def default(session):
# Install all test dependencies, then install this package in-place.
session.install(
"mock", "pytest", "pytest-cov",
)
session.install("mock", "pytest", "pytest-cov")
session.install("-e", ".")

# Run py.test against the unit tests.
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-storage.git",
"sha": "59d859f2a80860d66135f656c4660b95937fce64"
"sha": "dc3671963f25dde7ba393c8e3939225b5c61d158"
}
},
{
Expand Down

0 comments on commit 6a0b8a7

Please sign in to comment.