Modify formatting in response to black update

This commit is contained in:
Alan Rominger
2021-04-26 10:51:27 -04:00
parent 0bdd873bd3
commit 67f7998ab9
10 changed files with 18 additions and 18 deletions

View File

@@ -354,7 +354,7 @@ class PrimordialModel(HasEditsMixin, CreatedModifiedModel):
class CommonModel(PrimordialModel):
''' a base model where the name is unique '''
'''a base model where the name is unique'''
class Meta:
abstract = True
@@ -366,7 +366,7 @@ class CommonModel(PrimordialModel):
class CommonModelNameNotUnique(PrimordialModel):
''' a base model where the name is not unique '''
'''a base model where the name is not unique'''
class Meta:
abstract = True