mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
PEP8 fixes
This commit is contained in:
parent
49f53c54d7
commit
e884e0cbf9
@ -118,6 +118,7 @@ def expand_alphanumeric_pattern(pattern):
|
|||||||
for parts in product(*option_matrix):
|
for parts in product(*option_matrix):
|
||||||
yield ''.join(parts)
|
yield ''.join(parts)
|
||||||
|
|
||||||
|
|
||||||
def expand_ipaddress_pattern(string, family):
|
def expand_ipaddress_pattern(string, family):
|
||||||
"""
|
"""
|
||||||
Expand an IP address pattern into a list of strings. Examples:
|
Expand an IP address pattern into a list of strings. Examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user