mercurial/utils/hashutil.py
changeset 51859 f4733654f144
parent 48875 6000f5b25c9b
equal deleted inserted replaced
51858:607e94e01851 51859:f4733654f144
       
     1 from __future__ import annotations
       
     2 
     1 import hashlib
     3 import hashlib
     2 
     4 
     3 try:
     5 try:
     4     from ..thirdparty import sha1dc  # pytype: disable=import-error
     6     from ..thirdparty import sha1dc  # pytype: disable=import-error
     5 
     7