From 3697a9e9a4eda1688566bf0a7e1adb8522adcb23 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 8 Dec 2020 15:50:43 +0000 Subject: [PATCH] Cleaning some pyflakes that made it into the last commit. Commit ready for merge. - Legacy-Id: 18743 --- ietf/review/migrations/0026_repair_more_assignments.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ietf/review/migrations/0026_repair_more_assignments.py b/ietf/review/migrations/0026_repair_more_assignments.py index 55f39d5b1..50c24f03b 100644 --- a/ietf/review/migrations/0026_repair_more_assignments.py +++ b/ietf/review/migrations/0026_repair_more_assignments.py @@ -31,9 +31,7 @@ class Helper(object): ) def forward(apps,schema_editor): - ReviewAssignment = apps.get_model('review','ReviewAssignment') Document = apps.get_model('doc','Document') - State = apps.get_model('doc','State') Person = apps.get_model('person','Person') # The calculation of review_path makes the assumption that DOCUMENT_PATH_PATTERN only uses