mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
Remove unused variable
This commit is contained in:
parent
d762e7eedc
commit
49f53c54d7
@ -53,8 +53,6 @@ def parse_alphanumeric_range(string):
|
||||
"""
|
||||
values = []
|
||||
for dash_range in string.split(','):
|
||||
range_split = dash_range.split('-')
|
||||
|
||||
if re.fullmatch(ALPHABETIC_RANGE_PATTERN, dash_range):
|
||||
begin, end = map(ord, dash_range.split('-'))
|
||||
if begin > end:
|
||||
|
Loading…
Reference in New Issue
Block a user