mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #1814 from MVrachev/fix-black-linting
This commit is contained in:
commit
6c1dfce03f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def _in(days: float) -> datetime:
|
|||
# Compared to decimal, hexadecimal numbers can express higher numbers with
|
||||
# fewer digits and thus further decrease metadata sizes. With the above prefix
|
||||
# length of 2 we can represent at most ...
|
||||
NUMBER_OF_PREFIXES = 16 ** PREFIX_LEN # ... 256 prefixes, i.e. 00, 01, ..., ff.
|
||||
NUMBER_OF_PREFIXES = 16**PREFIX_LEN # ... 256 prefixes, i.e. 00, 01, ..., ff.
|
||||
#
|
||||
# If the number of bins is a power of two, hash prefixes are evenly distributed
|
||||
# over all bins, which allows to calculate the uniform size of ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue