Skip to content

Commit

Permalink
fixUpdate CheshireEastCouncil.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 29, 2025
1 parent 01e5660 commit e4561c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class CouncilClass(AbstractGetBinDataClass):
"""
A class to fetch and parse bin collection data for Cheshire East Council.
"""

def parse_data(self, page: Any, **kwargs: Any) -> Dict[str, Any]:
soup = BeautifulSoup(page.text, features="html.parser")

Expand Down

0 comments on commit e4561c4

Please sign in to comment.