mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15: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):
|
||||
yield ''.join(parts)
|
||||
|
||||
|
||||
def expand_ipaddress_pattern(string, family):
|
||||
"""
|
||||
Expand an IP address pattern into a list of strings. Examples:
|
||||
|
Loading…
Reference in New Issue
Block a user