mirror of
https://github.com/netbox-community/Device-Type-Library-Import.git
synced 2025-02-02 10:39:18 +01:00
Update nb-dt-import.py
Removed type hint which is throwing an error on python 3.8.10
This commit is contained in:
parent
e733964bc1
commit
27db043f9d
@ -83,7 +83,7 @@ def getFiles(vendors=None):
|
||||
files.extend(glob.glob(base_path + f'[!Testing]*/*.{extension}'))
|
||||
return files, discoveredVendors
|
||||
|
||||
def get_files_modules(vendors: list[str]=None):
|
||||
def get_files_modules(vendors=None):
|
||||
'''Get files list for modules.
|
||||
|
||||
Args:
|
||||
|
Loading…
Reference in New Issue
Block a user