From e25c5070b038b36a1fae14a1a49c8ffbf994a892 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 21 Jun 2022 09:57:29 +0300 Subject: [PATCH] ALBS-443: Integrate CodeNotary with git updater tool - Additional metadata for notarizing --- cas_wrapper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cas_wrapper.py b/cas_wrapper.py index e5990a4..8cb648b 100644 --- a/cas_wrapper.py +++ b/cas_wrapper.py @@ -1,4 +1,5 @@ import json +from typing import Dict from plumbum import local, ProcessExecutionError @@ -48,7 +49,7 @@ class CasWrapper: def authenticate( self, local_path: str, - metadata: dict = None, + metadata: Dict = None, ): """ Wrapper around `cas authenticate`