Skip to content

Commit 3730364

Browse files
remove staging and production methods
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 65ecf4e commit 3730364

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

sigstore/_internal/rekor/client_v2.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -149,22 +149,6 @@ def _build_dsse_create_entry_request(
149149
)
150150
)
151151

152-
@classmethod
153-
def production(cls) -> RekorV2Client:
154-
"""
155-
Returns a `RekorV2Client` populated with the default Rekor production instance.
156-
"""
157-
return cls(
158-
DEFAULT_REKOR_URL,
159-
)
160-
161-
@classmethod
162-
def staging(cls) -> RekorV2Client:
163-
"""
164-
Returns a `RekorV2Client` populated with the default Rekor staging instance.
165-
"""
166-
return cls(STAGING_REKOR_URL)
167-
168152

169153
class RekorClientError(Exception):
170154
"""

0 commit comments

Comments
 (0)