Remove app top level star imports
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -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),)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user