Skip to content

Commit

Permalink
Fix up formatting error that had crept in
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Jan 13, 2024
1 parent a162bed commit aac24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snyk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit aac24b2

Please sign in to comment.