Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Oct 12, 2024
1 parent 5bf2223 commit 9641864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from datetime import datetime

import requests
import re
from bs4 import BeautifulSoup
from waste_collection_schedule import Collection # type: ignore[attr-defined]

Expand All @@ -22,7 +22,7 @@ class Source:
def __init__(self, postcode: str, address: str):
self._postcode = str(postcode).replace(" ", "+")
self._address = str(address)
self._ddlAddress: str = None
self._ddlAddress: str | None = None

def get_viewstate(self, content: str) -> dict:
tags = {}
Expand Down
1 change: 0 additions & 1 deletion doc/source/sunderland_gov_uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ waste_collection_schedule:
**address**
*(string) (required)*
## Example
```yaml
Expand Down

0 comments on commit 9641864

Please sign in to comment.