From d6ca16795fcb30348e9fd81d30608bfab3d13fd9 Mon Sep 17 00:00:00 2001 From: kiraksi Date: Thu, 11 Jan 2024 02:25:58 -0800 Subject: [PATCH] reformatted with black --- noxfile.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 3c26f423..93ff8aed 100644 --- a/noxfile.py +++ b/noxfile.py @@ -581,7 +581,9 @@ def conda_test(session): # for troubleshooting purposes. session.run("mamba", "list") - subprocess.run(["pip", "check"], check=True) # Raise an exception if pip check fails + subprocess.run( + ["pip", "check"], check=True + ) # Raise an exception if pip check fails # Tests are limited to unit tests only, at this time. session.run(