Skip to content

Commit

Permalink
rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
krneta committed Nov 14, 2023
1 parent 1004a19 commit 8dea875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/braket/aws/aws_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def get_devices(
searched for the region of the current session.
statuses (Optional[list[str]]): device status filter, default is `None`. When `None`
is used, RETIRED devices will not be returned. To include RETIRED devices in
the results, use a filter that includes `"RETIRED"` for this parameter.
the results, use a filter that includes "RETIRED" for this parameter.
provider_names (Optional[list[str]]): provider name filter, default is `None`
order_by (str): field to order result by, default is `name`.
Accepted values are ['arn', 'name', 'type', 'provider_name', 'status']
Expand Down
2 changes: 1 addition & 1 deletion src/braket/aws/aws_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def search_devices(
types (Optional[list[str]]): device type filter, default is `None`.
statuses (Optional[list[str]]): device status filter, default is `None`. When `None`
is used, RETIRED devices will not be returned. To include RETIRED devices in
the results, use a filter that includes `"RETIRED"` for this parameter.
the results, use a filter that includes "RETIRED" for this parameter.
provider_names (Optional[list[str]]): provider name list, default is `None`.
Returns:
Expand Down

0 comments on commit 8dea875

Please sign in to comment.