Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jan 25, 2024
1 parent 1131b53 commit 2ac309c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion brewtils/rest/system_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@ def send_bg_request(self, *args, **kwargs):
# If not blocking just return the future
if not blocking:
# TODO: Investigate if self targeting requests with no parents can be processed locally
if not self.target_self or not getattr(brewtils.plugin.request_context, "current_request", None):
if not self.target_self or not getattr(
brewtils.plugin.request_context, "current_request", None
):
return self._thread_pool.submit(
self._wait_for_request, request, raise_on_error, timeout
)
Expand Down

0 comments on commit 2ac309c

Please sign in to comment.