Skip to content

Commit

Permalink
Update src/qtoolkit/core/data_objects.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Waroquiers <[email protected]>
  • Loading branch information
gpetretto and davidwaroquiers authored Feb 22, 2024
1 parent 7282781 commit 021bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtoolkit/core/data_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 021bdf4

Please sign in to comment.