Skip to content

Commit

Permalink
Merge pull request #3 from KOSASIH/deepsource-transform-80064f9a
Browse files Browse the repository at this point in the history
style: format code with Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf
  • Loading branch information
KOSASIH authored May 11, 2024
2 parents 703191d + c94a99a commit 0bc256d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# utils/utils.py
import hashlib


def hash_data(data):
return hashlib.sha256(data.encode()).hexdigest()

0 comments on commit 0bc256d

Please sign in to comment.