Update Custom Field logic for Netbox v2.10.x
This commit is contained in:

committed by
Christian Mäder

parent
036f94a450
commit
5c9bea8b50
@@ -1,5 +1,6 @@
|
||||
from ruamel.yaml import YAML
|
||||
from pathlib import Path
|
||||
from ruamel.yaml import YAML
|
||||
|
||||
|
||||
def load_yaml(yaml_file: str):
|
||||
yf = Path(yaml_file)
|
||||
|
Reference in New Issue
Block a user