D404: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:39:06 +02:00
parent 34816013ad
commit ef5ab0c2f4
10 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
"""This module provides utility functions for serialization and deserialization of data classes.
"""Provides utility functions for serialization and deserialization of data classes.
Functions:
- sanitize_string(s: str) -> str: Ensures a string is properly escaped for json serializing.