Skip to content

Commit 3f7a987

Browse files
committed
changed comments
1 parent ce5c5c7 commit 3f7a987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

strr-api/src/strr_api/models/rental.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def search_registrations(cls, filter_criteria: RegistrationSearch):
151151

152152
@classmethod
153153
def _host_condition_bl(cls, requirement: list[str]):
154-
"""Build host filter condition for Business Licence (BL); exact match with PR flag."""
154+
"""Build host filter condition for Business Licence (BL); handles BL and BL+PR requirements."""
155155
# pylint: disable=import-outside-toplevel
156156
from strr_api.models.application import Application
157157

@@ -172,7 +172,7 @@ def _host_condition_bl(cls, requirement: list[str]):
172172

173173
@classmethod
174174
def _host_condition_pr(cls, requirement: list[str]):
175-
"""Build host filter condition for Principal Residence (PR); exact match with BL flag."""
175+
"""Build host filter condition for Principal Residence (PR); handles PR and BL+PR requirements."""
176176
# pylint: disable=import-outside-toplevel
177177
from strr_api.models.application import Application
178178

0 commit comments

Comments
 (0)