Skip to content

Commit

Permalink
disable lint locally
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 24, 2024
1 parent f05573c commit 34a92db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions model_signing/signature/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@

PAYLOAD_TYPE = "application/vnd.in-toto+json"

# The proto contains a Statement message.
# pylint: disable=no-member


def pae(statement: statement_pb.Statement) -> bytes:
def pae(statement: statement_pb.Statement # pyline: disable=no-member
) -> bytes:
"""Generates the PAE encoding of the statement.
See https://github.com/secure-systems-lab/dsse/blob/v1.0.0/protocol.md
Expand Down

0 comments on commit 34a92db

Please sign in to comment.