We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f7c32 commit 21222d4Copy full SHA for 21222d4
src/firewall_test/plugins/translate/opnsense/routes.py
@@ -4,6 +4,8 @@
4
from config import DEFAULT_ROUTE_IP4, DEFAULT_ROUTE_IP6
5
from plugins.translate.abstract import StaticRoute, TranslatePluginStaticRoutes
6
7
+# pylint: disable=R0912
8
+
9
10
class OPNsenseRoutes(TranslatePluginStaticRoutes):
11
def __init__(self, raw: str):
0 commit comments