Skip to content

Commit 7d72f58

Browse files
committed
linting
1 parent e4334f1 commit 7d72f58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aikido_zen/background_process/service_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ def set_bypassed_ips(self, bypassed_ips):
7676
def is_bypassed_ip(self, ip):
7777
"""Checks if the IP is on the bypass list"""
7878
return self.bypassed_ips.has(ip)
79+
7980
def update_domains(self, domains):
8081
self.domains = {domain["hostname"]: domain["mode"] for domain in domains}
82+
8183
def should_block_outgoing_request(self, hostname: str) -> bool:
8284
mode = self.domains.get(hostname)
8385

0 commit comments

Comments
 (0)