Skip to content

Commit 777f505

Browse files
committed
insert blank lines
1 parent a2a61c8 commit 777f505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/virtualship/utils.py

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

2929
def create_string_hash(data):
3030
"""
31+
3132
Creates a hash string from a nested dictionary or any data.
3233
:param data: Dictionary or other serializable object.
3334
:return: A string hash (e.g., SHA256).
35+
3436
"""
3537

3638
# Custom serialization function for non-serializable types

0 commit comments

Comments
 (0)