From 261ce2a08f1c024abfe41d975b81a4ba21a65ec1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 21 Jan 2024 03:53:28 -0500 Subject: [PATCH] chore: spelling: version Signed-off-by: Josh Soref --- src/macaron/slsa_analyzer/provenance/intoto/v1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macaron/slsa_analyzer/provenance/intoto/v1/__init__.py b/src/macaron/slsa_analyzer/provenance/intoto/v1/__init__.py index 0f6d05eed..aafed5ce4 100644 --- a/src/macaron/slsa_analyzer/provenance/intoto/v1/__init__.py +++ b/src/macaron/slsa_analyzer/provenance/intoto/v1/__init__.py @@ -1,7 +1,7 @@ # Copyright (c) 2023 - 2023, Oracle and/or its affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/. -"""This module handles in-toto version version 1 attestations.""" +"""This module handles in-toto version 1 attestations.""" from typing import TypedDict