diff --git a/src/qtoolkit/core/data_objects.py b/src/qtoolkit/core/data_objects.py index 527faea..5a42759 100644 --- a/src/qtoolkit/core/data_objects.py +++ b/src/qtoolkit/core/data_objects.py @@ -204,7 +204,7 @@ def __post_init__(self): def _check_no_values(self) -> bool: """ - Check if all the attributes are None or empty + Check if all the attributes are None or empty. """ for f in fields(self): if self.__getattribute__(f.name):