mypy: fix up typing
This commit is contained in:
parent
6c88a57ad5
commit
6423d93519
6 changed files with 13 additions and 10 deletions
|
@ -159,7 +159,7 @@ class ProxyAutomation(TerraformAutomation):
|
|||
for group in groups:
|
||||
self.sp_config(group)
|
||||
|
||||
def sp_trusted_prefixes(self):
|
||||
def sp_trusted_prefixes(self) -> str:
|
||||
return "\n".join([f"geoip2_proxy {p};" for p in all_cdn_prefixes()])
|
||||
|
||||
def sp_config(self, group: Group) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue