Skip to content

Commit

Permalink
feat(dbt cloud): linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabby-dol committed Nov 23, 2023
1 parent 3f906bd commit 228475a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dbttoolkit/dbt_cloud/clients/dbt_cloud_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def retrieve_artifact_from_run(self, run_id: int, artifact_name: str, *, step: i
response.raise_for_status()
return response.json()


def retrieve_completed_runs(
self, *, page_size: int = STANDARD_PAGE_SIZE, created_after: datetime = None
) -> List[Dict]:
Expand Down

0 comments on commit 228475a

Please sign in to comment.