Skip to content

Commit ba30f89

Browse files
committed
fix indentation
1 parent 6115767 commit ba30f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/publish-pypi/attestations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ from sigstore.sign import SigningContext
6262
def generate_attestations(dist_files):
6363
errors = []
6464
65-
def get_identity_token() -> IdentityToken:
65+
def get_identity_token() -> IdentityToken:
6666
# Will raise sigstore.oidc.IdentityError if it fails to get the token
6767
# from the environment or if the token is malformed.
6868
# NOTE: audience is always sigstore.

0 commit comments

Comments
 (0)