Skip to content

Commit

Permalink
Fix some linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Aikema committed Jul 9, 2024
1 parent 98a4c3d commit eb29c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contents/salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def authenticate(self):
logger.info("Authenticating with salt-api endpoint: [%s]", url)

response = requests.post(url,
headers=headers,
data=json.dumps(data))
headers=headers,
data=json.dumps(data))

if response.status_code == 200:
try:
Expand Down

0 comments on commit eb29c5b

Please sign in to comment.