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 Dec 27, 2024
1 parent 4c4f922 commit 8324523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singer_sdk/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def md5(string: str) -> str:

def sha256(value: str) -> str:
"""Digest a string using SHA256. This is a function for inline calculations."""

return hashlib.sha256(value.encode("utf-8")).hexdigest()


Expand Down

0 comments on commit 8324523

Please sign in to comment.