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()
|
||||
|
||||
optional_assocs = {
|
||||
'parent': (TenantGroup, 'name'),
|
||||
'parent': (TenantGroup, "name"),
|
||||
}
|
||||
|
||||
for params in tenant_groups:
|
||||
|
Reference in New Issue
Block a user