Skip to content

Commit

Permalink
Merge pull request #818 from robbrad/robbrad-patch-2
Browse files Browse the repository at this point in the history
feat: Update CheshireEastCouncil.py
  • Loading branch information
robbrad authored Sep 27, 2024
2 parents 35b6e7e + 7ebf5b4 commit 9025b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bs4 import BeautifulSoup
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass


#Cheshire East
class CouncilClass(AbstractGetBinDataClass):
def parse_data(self, page: str, **kwargs) -> dict:
soup = BeautifulSoup(page.text, features="html.parser")
Expand Down

0 comments on commit 9025b8a

Please sign in to comment.