Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 12, 2024
1 parent a06810c commit 00bdc9d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,9 @@ def start_sync_job(self, connection_id: str) -> Mapping[str, Any]:
)

def get_job_details(self, job_id: int) -> Mapping[str, Any]:
return self._make_request(method="GET", endpoint=f"jobs/{job_id}", base_url=self.rest_api_base_url)
return self._make_request(
method="GET", endpoint=f"jobs/{job_id}", base_url=self.rest_api_base_url
)


@experimental
Expand Down

0 comments on commit 00bdc9d

Please sign in to comment.