Update 040_tenant_groups.py

black updates
This commit is contained in:
Ryan Merolle 2022-04-08 14:00:05 -04:00 committed by GitHub
parent 3c23f21075
commit d59edea606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: