linted code

This commit is contained in:
carnivuth
2026-01-27 17:53:11 +01:00
parent ebbf12ecae
commit c730ba2bfd
4 changed files with 26 additions and 23 deletions

View File

@@ -1,10 +1,11 @@
from typing_extensions import override
from firewall.fwtype import FWType
class Raw(FWType):
@override
def getBanlist(self,ips) -> str:
def getBanlist(self, ips) -> str:
"""
Generate raw list of bad IP addresses.