Skip to content
Snippets Groups Projects
Commit 56eb29f7 authored by vlorentz's avatar vlorentz
Browse files

Add a SHA1_SIZE constant for use by other packages.

parent a92af53b
No related branches found
Tags v0.0.40
No related merge requests found
......@@ -12,6 +12,8 @@ import dateutil.parser
from .identifiers import normalize_timestamp
SHA1_SIZE = 20
# TODO: Limit this to 20 bytes
Sha1Git = bytes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment