PEP8 fixes

This commit is contained in:
Per von Zweigbergk 2023-09-09 10:16:09 +02:00
parent 49f53c54d7
commit e884e0cbf9

View File

@ -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: