We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a61c8 commit 777f505Copy full SHA for 777f505
src/virtualship/utils.py
@@ -28,9 +28,11 @@ def get_example_schedule() -> str:
28
29
def create_string_hash(data):
30
"""
31
+
32
Creates a hash string from a nested dictionary or any data.
33
:param data: Dictionary or other serializable object.
34
:return: A string hash (e.g., SHA256).
35
36
37
38
# Custom serialization function for non-serializable types
0 commit comments