Skip to content

Commit

Permalink
Merge pull request #841 from sirosen/missing-docparam-cleanup-gcs
Browse files Browse the repository at this point in the history
Fix failing docparams in services/gcs/
  • Loading branch information
sirosen authored Aug 28, 2023
2 parents e2d364e + bcebab4 commit 4f3ea7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/globus_sdk/services/gcs/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def connector_id_to_name(connector_id: UUIDLike) -> str | None:
Note that it is possible for valid connector_ids to be unrecognized
due to differing SDK and GCS versions.
:param connector_id: The ID of the connector
:type connector_id: UUID or str
"""
connector_dict = {
"7c100eae-40fe-11e9-95a3-9cb6d0d9fd63": "Box",
Expand Down

0 comments on commit 4f3ea7e

Please sign in to comment.