Skip to content

Commit b5bb2a9

Browse files
caberoscaberos
authored andcommitted
fix tox tool
1 parent 145eca8 commit b5bb2a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

SoftLayer/CLI/order/quote_delete.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
from SoftLayer.CLI.command import SLCommand as SLCommand
66
from SoftLayer.CLI import environment
7-
from SoftLayer.CLI import formatting
87
from SoftLayer.managers import ordering
9-
from SoftLayer.utils import lookup
108

119

1210
@click.command(cls=SLCommand)

docs/cli/ordering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Quotes
140140
:show-nested:
141141

142142
.. click:: SoftLayer.CLI.order.quote_delete:cli
143-
:prog: order place-delete
143+
:prog: order quote-delete
144144
:show-nested:
145145

146146
Lookup

0 commit comments

Comments
 (0)