Skip to content

Commit ccbbbc9

Browse files
committed
Fixed pylint errors
1 parent 0336309 commit ccbbbc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netutils/config/conversion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def paloalto_panos_clean_newlines(cfg: str) -> str:
125125
return newlines_cleaned_cfg
126126

127127

128+
# pylint: disable=too-many-branches
128129
def paloalto_panos_brace_to_set(cfg: str, cfg_type: str = "file") -> str:
129130
r"""Convert Palo Alto Brace format configuration to set format.
130131

0 commit comments

Comments
 (0)