lint: reformat python code with black
This commit is contained in:
parent
331beb01b4
commit
a406a7974b
88 changed files with 2579 additions and 1608 deletions
|
@ -13,7 +13,9 @@ class BlockBridgeRoskomsvobodaAutomation(BlockBridgeAutomation):
|
|||
_data: Any
|
||||
|
||||
def fetch(self) -> None:
|
||||
self._data = requests.get("https://reestr.rublacklist.net/api/v3/ips/", timeout=180).json()
|
||||
self._data = requests.get(
|
||||
"https://reestr.rublacklist.net/api/v3/ips/", timeout=180
|
||||
).json()
|
||||
|
||||
def parse(self) -> None:
|
||||
self.ips.extend(self._data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue