Skip to content

Commit 3697a9e

Browse files
committed
Cleaning some pyflakes that made it into the last commit. Commit ready for merge.
- Legacy-Id: 18743
1 parent 708ab10 commit 3697a9e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)