Skip to content

Commit

Permalink
return proper data type from symptomatic_international_traveller
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Jul 19, 2023
1 parent 9f84bd4 commit 399b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/models/patient_icmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def is_symptomatic(self):
def symptomatic_international_traveller(
self,
):
return (
return bool(
self.patient.countries_travelled
and len(self.patient.countries_travelled) != 0
and (
Expand Down

0 comments on commit 399b2b3

Please sign in to comment.