From aac24b2066a39e98864ec394f9149c6a076ff69c Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Sat, 13 Jan 2024 09:02:07 +0000 Subject: [PATCH] Fix up formatting error that had crept in --- snyk/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snyk/client.py b/snyk/client.py index 6530bdc..3b3a3d3 100644 --- a/snyk/client.py +++ b/snyk/client.py @@ -53,7 +53,7 @@ def __init__( self.api_url = self.api_url.rstrip("/") if self.rest_api_url[-1] == "/": self.rest_api_url = self.rest_api_url.rstrip("/") - + if debug: logging.basicConfig(level=logging.DEBUG)