flake8: formatting issues
This commit is contained in:
parent
b2de15b705
commit
a808b84bec
2 changed files with 5 additions and 4 deletions
|
@ -18,8 +18,9 @@ class BlockBridgeDnscAutomation(BlockBridgeAutomation):
|
||||||
_content: BinaryIO
|
_content: BinaryIO
|
||||||
|
|
||||||
def fetch(self):
|
def fetch(self):
|
||||||
response = requests.get(DOWNLOAD_URL, headers=
|
response = requests.get(DOWNLOAD_URL,
|
||||||
{"User-Agent": "Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) Gecko/20100101 Firefox/10.0"})
|
headers={"User-Agent": "Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) "
|
||||||
|
"Gecko/20100101 Firefox/10.0"})
|
||||||
self._content = BytesIO(response.content)
|
self._content = BytesIO(response.content)
|
||||||
|
|
||||||
def parse(self) -> None:
|
def parse(self) -> None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue