Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 1, 2024
1 parent 0604489 commit b30ebfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def test(self):
fname_hash = os.path.splitext(fname_base)[0]
if str(phash) != fname_hash:
msg = "Calculated phash {} does not match filename {!r}."
exceptions.append(
ValueError(msg.format(str(phash), fname_base))
)
exceptions.append(ValueError(msg.format(str(phash), fname_base)))
self.assertEqual([], exceptions)


Expand Down

0 comments on commit b30ebfd

Please sign in to comment.