Remove app top level star imports

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-27 03:15:43 -04:00
parent 799d47054e
commit 84c88f9173
89 changed files with 106 additions and 117 deletions
@@ -447,7 +447,7 @@ class DocumentsViewsTestCase(GenericDocumentViewTestCase):
)
self.assertQuerysetEqual(
Transformation.objects.get_for_object(obj==document_page),
Transformation.objects.get_for_object(obj=document_page),
(repr(transformation),)
)