Skip to content

Commit f6908df

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 777f505 commit f6908df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/virtualship/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def get_example_schedule() -> str:
2828

2929
def create_string_hash(data):
3030
"""
31-
31+
3232
Creates a hash string from a nested dictionary or any data.
3333
:param data: Dictionary or other serializable object.
3434
:return: A string hash (e.g., SHA256).
35-
35+
3636
"""
3737

3838
# Custom serialization function for non-serializable types

0 commit comments

Comments
 (0)