Skip to content

Commit

Permalink
Update src/prefect/client/orchestration/_blocks_types/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Streed <[email protected]>
  • Loading branch information
aaazzam and desertaxle authored Jan 3, 2025
1 parent aa921ab commit 7712937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prefect/client/orchestration/_blocks_types/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class BlocksTypeClient(BaseClient):
def read_block_documents_by_type(
self,
block_type_slug: str,
offset: "int | None" = None,
limit: "int | None" = None,
offset: int | None = None,
limit: int | None = None,
include_secrets: bool = True,
) -> "list[BlockDocument]":
"""Retrieve block documents by block type slug.
Expand Down

0 comments on commit 7712937

Please sign in to comment.