Skip to content

Commit e059ec3

Browse files
committed
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 3697a9e
2 parents 17ab884 + 3697a9e commit e059ec3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ietf/review/migrations/0026_repair_more_assignments.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ def add_comment(self, name, comment):
3131
)
3232

3333
def forward(apps,schema_editor):
34-
ReviewAssignment = apps.get_model('review','ReviewAssignment')
3534
Document = apps.get_model('doc','Document')
36-
State = apps.get_model('doc','State')
3735
Person = apps.get_model('person','Person')
3836

3937
# The calculation of review_path makes the assumption that DOCUMENT_PATH_PATTERN only uses

0 commit comments

Comments
 (0)