Skip to content

Commit

Permalink
Merge branch 'main' into view-models
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Feb 9, 2024
2 parents af97c42 + bba1eb3 commit 88bf1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nad_ch/domain/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def generate_filename(file_path: str, provider: DataProvider) -> str:
return filename

def has_report(self) -> bool:
return False if self.report is None or not self.report else True
return self.report is not None

0 comments on commit 88bf1da

Please sign in to comment.