Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed May 21, 2024
1 parent d5b0828 commit df3aa4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brewtils/rest/system_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def send_bg_request(self, *args, **kwargs):
# check for a new version and retry
try:
request = self._construct_bg_request(**kwargs)

if not self.target_self:
request = self._easy_client.create_request(
request, blocking=blocking, timeout=timeout
Expand All @@ -433,7 +433,6 @@ def send_bg_request(self, *args, **kwargs):
kwargs["_system_version"] = self._system.version
return self.send_bg_request(**kwargs)
raise


# If not blocking just return the future
if not blocking:
Expand Down

0 comments on commit df3aa4e

Please sign in to comment.