We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310c3c commit e2d35c9Copy full SHA for e2d35c9
1 file changed
generate_mac/__init__.py
@@ -219,7 +219,7 @@ def vid_provided(vid_bytes):
219
def list_vendors(vid_file):
220
'''Returns a list[] of valid ETH Vendors that can be used with vid_file_vendor()'''
221
file_lines = generate_mac._read_vid_file(vid_file)
222
- return list(generate_mac._valid_vendors)
+ return generate_mac._valid_vendors
223
224
def is_mac_address(mac_address):
225
'''Test if a given string is a valid Ethernet MAC address. return True or False'''
0 commit comments