From e89175cf074dccc4babb4eca66ae913696e47a71 Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Thu, 12 Nov 2020 11:30:49 -0800 Subject: [PATCH] fix: address lint issues (#847) --- synthtool/gcp/templates/python_samples/noxfile.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/python_samples/noxfile.py.j2 b/synthtool/gcp/templates/python_samples/noxfile.py.j2 index 17300976a..b90eef00f 100644 --- a/synthtool/gcp/templates/python_samples/noxfile.py.j2 +++ b/synthtool/gcp/templates/python_samples/noxfile.py.j2 @@ -152,6 +152,7 @@ def lint(session): # Black # + @nox.session def blacken(session): session.install("black")