Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaazzam committed Jan 1, 2025
1 parent def4793 commit b176054
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/prefect/client/orchestration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,15 @@ def get_client(
*,
httpx_settings: Optional[dict[str, Any]] = ...,
sync_client: Literal[False] = False,
) -> "PrefectClient": ...
) -> "PrefectClient":
...


@overload
def get_client(
*, httpx_settings: Optional[dict[str, Any]] = ..., sync_client: Literal[True] = ...
) -> "SyncPrefectClient": ...
) -> "SyncPrefectClient":
...


def get_client(
Expand Down

0 comments on commit b176054

Please sign in to comment.