Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Apr 30, 2024
1 parent fe0a833 commit 6c58ff5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeharvest/core/scrapers/realtor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ def general_search(self, variables: dict, search_type: str) -> Dict[str, Union[i
"""
Handles a location area & returns a list of properties
"""
if search_type != "address":
return {"total": 0, "properties": []}
results_query = """{
count
total
Expand Down

0 comments on commit 6c58ff5

Please sign in to comment.