From d1ce102ac623e5ddd6783be09350417079c61029 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 24 Nov 2020 14:36:46 -0800 Subject: [PATCH] chore: blacken 'noxfile.py' (via synth) (#317) --- noxfile.py | 4 +--- synth.metadata | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/noxfile.py b/noxfile.py index 7a72d9bf9..0609a80f6 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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. diff --git a/synth.metadata b/synth.metadata index 7eb48fd16..7fdf91454 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-storage.git", - "sha": "59d859f2a80860d66135f656c4660b95937fce64" + "sha": "dc3671963f25dde7ba393c8e3939225b5c61d158" } }, {