Merged in [18743] from rjsparks@nostrum.com:
Cleaning some pyflakes that made it into the last commit.
- Legacy-Id: 18760
Note: SVN reference [18743] has been migrated to Git commit 3697a9e9a4
This commit is contained in:
commit
e059ec3d70
|
@ -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