mypy: fix up typing

This commit is contained in:
Iain Learmonth 2022-08-12 12:24:56 +01:00
parent 6c88a57ad5
commit 6423d93519
6 changed files with 13 additions and 10 deletions

View file

@ -17,7 +17,7 @@ class BlockBridgeDnscAutomation(BlockBridgeAutomation):
_content: BinaryIO
def fetch(self):
def fetch(self) -> None:
response = requests.get(DOWNLOAD_URL,
headers={"User-Agent": "Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) "
"Gecko/20100101 Firefox/10.0"})