Skip to content

Commit

Permalink
fix: moving away from broken Allure reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Jan 29, 2025
1 parent f6f5528 commit 89c880b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class CouncilClass(AbstractGetBinDataClass):
base class. They can also override some operations with a default
implementation.
"""

def parse_data(self, page: str, **kwargs) -> dict:

user_uprn = kwargs.get("uprn")
Expand Down
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 89c880b

Please sign in to comment.