Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Sablotny <msablotny@nvidia.com>
  • Loading branch information
susperius committed Jul 25, 2024
1 parent 34a92db commit 2b4d889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_signing/signature/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
PAYLOAD_TYPE = "application/vnd.in-toto+json"


def pae(statement: statement_pb.Statement # pyline: disable=no-member
def pae(statement: statement_pb.Statement # pylint: disable=no-member
) -> bytes:
"""Generates the PAE encoding of the statement.
Expand Down

0 comments on commit 2b4d889

Please sign in to comment.