Cleaning some pyflakes that made it into the last commit. Commit ready for merge.
- Legacy-Id: 18743
This commit is contained in:
parent
708ab108e6
commit
3697a9e9a4
|
@ -31,9 +31,7 @@ class Helper(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
def forward(apps,schema_editor):
|
def forward(apps,schema_editor):
|
||||||
ReviewAssignment = apps.get_model('review','ReviewAssignment')
|
|
||||||
Document = apps.get_model('doc','Document')
|
Document = apps.get_model('doc','Document')
|
||||||
State = apps.get_model('doc','State')
|
|
||||||
Person = apps.get_model('person','Person')
|
Person = apps.get_model('person','Person')
|
||||||
|
|
||||||
# The calculation of review_path makes the assumption that DOCUMENT_PATH_PATTERN only uses
|
# The calculation of review_path makes the assumption that DOCUMENT_PATH_PATTERN only uses
|
||||||
|
|
Loading…
Reference in a new issue