mirror of
https://github.com/netbox-community/Device-Type-Library-Import.git
synced 2025-08-09 13:55:02 +02:00
Update nb-dt-import.py
Removed type hint which is throwing an error on python 3.8.10
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user