From b1a16b168b5803eb855ddafb1b4a6d8cc2ca3bde Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Fri, 7 Aug 2020 09:46:40 +0200 Subject: [PATCH] model: Add Sha1 alias Related to T645 --- swh/model/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swh/model/model.py b/swh/model/model.py index dd73bf99..c804becf 100644 --- a/swh/model/model.py +++ b/swh/model/model.py @@ -40,6 +40,7 @@ SHA1_SIZE = 20 # TODO: Limit this to 20 bytes Sha1Git = bytes +Sha1 = bytes KT = TypeVar("KT") -- GitLab