Skip to content

Commit 3cbda2a

Browse files
tox style fixes
1 parent 47c019a commit 3cbda2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/managers/ordering_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,7 @@ def test_issues1067(self):
656656
result = self.ordering.get_price_id_list(package, item_keynames, None)
657657
self.assertIn(201161, result)
658658

659-
660659
def test_clean_quote_verify(self):
661-
from pprint import pprint as pp
662660
extras = {
663661
'hardware': [{
664662
'hostname': 'test1',
@@ -674,4 +672,3 @@ def test_clean_quote_verify(self):
674672
order_container = call.args[0]
675673
self.assertNotIn('testProperty', order_container)
676674
self.assertNotIn('reservedCapacityId', order_container)
677-

0 commit comments

Comments
 (0)