mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 22:02:37 +00:00
Update 040_tenant_groups.py
black updates
This commit is contained in:
parent
3c23f21075
commit
d59edea606
|
|
@ -9,7 +9,7 @@ if tenant_groups is None:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
optional_assocs = {
|
optional_assocs = {
|
||||||
'parent': (TenantGroup, 'name'),
|
'parent': (TenantGroup, "name"),
|
||||||
}
|
}
|
||||||
|
|
||||||
for params in tenant_groups:
|
for params in tenant_groups:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue