Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2023
1 parent f86181b commit 9204b68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jenkinsapi/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ def launch(self) -> None:
"It is not allowed to manually launch this node."
)

url = (
self.baseurl + "/launchSlaveAgent"
)
url = self.baseurl + "/launchSlaveAgent"
html_result = self.jenkins.requester.post_and_confirm_status(
url, data={}
)
Expand Down

0 comments on commit 9204b68

Please sign in to comment.