Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Dec 17, 2024
1 parent e56aecc commit 35aee12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/jobflow/utils/uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@


@deprecated(
message="The UUID system will be replaced with a UID that contains both the UUID and ULID."
message=(
"The UUID system will be replaced with a UID that "
"contains both the UUID and ULID."
)
)
def suuid() -> str:
"""
Expand Down

0 comments on commit 35aee12

Please sign in to comment.