Update 040_tenant_groups.py
black updates
This commit is contained in:
parent
3c23f21075
commit
d59edea606
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ if tenant_groups is None:
|
|||
sys.exit()
|
||||
|
||||
optional_assocs = {
|
||||
'parent': (TenantGroup, 'name'),
|
||||
'parent': (TenantGroup, "name"),
|
||||
}
|
||||
|
||||
for params in tenant_groups:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue