mypy: fix up typing
This commit is contained in:
parent
6c88a57ad5
commit
6423d93519
6 changed files with 13 additions and 10 deletions
|
@ -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"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue