Skip to content

Commit

Permalink
[patch] autopep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa Resul committed Jan 14, 2025
1 parent 3a4e079 commit 49f0d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mas/devops/sls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def verifySLSConnection(sls_url: str, server_ca: str) -> bool:
logger.info("Checking SLS connection")
response = requests.get(f"{sls_url}api/probes/readiness", verify=server_ca)
if response.status_code == 200:
return True
return True
return False

0 comments on commit 49f0d03

Please sign in to comment.