[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-04-08 03:02:45 +00:00
parent 8f2fe15fb8
commit de12571173

View File

@ -2695,7 +2695,7 @@ class Image:
def dhash(self) -> str: def dhash(self) -> str:
""" """
Calculate the dHash value of the picture. Calculate the dHash value of the picture.
DHash value can be used to quickly determine the similarity of two pictures. DHash value can be used to quickly determine the similarity of two pictures.
""" """
difference = self._difference(self) difference = self._difference(self)