mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
6748f37405
commit
e36b1e6c70
@ -140,8 +140,6 @@ class TestReportTest(ReportTest):
|
||||
Printing tests for the TestReport
|
||||
"""
|
||||
|
||||
report = self.model.objects.get(pk=1)
|
||||
|
||||
url = reverse(self.print_url, kwargs={'pk': 1})
|
||||
|
||||
# Try to print without providing a valid StockItem
|
||||
@ -180,8 +178,6 @@ class BuildReportTest(ReportTest):
|
||||
Printing tests for the BuildReport
|
||||
"""
|
||||
|
||||
report = self.model.objects.get(pk=1)
|
||||
|
||||
url = reverse(self.print_url, kwargs={'pk': 1})
|
||||
|
||||
# Try to print without providing a valid BuildOrder
|
||||
|
Loading…
Reference in New Issue
Block a user