Skip to content

Commit 3a4011f

Browse files
caberoscaberos
authored andcommitted
fix the tox tool
1 parent 8ee1d1a commit 3a4011f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/order/cancelation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
"""List active quotes on an account."""
1+
"""List all cancelation."""
22
# :license: MIT, see LICENSE for more details.
33
import click
44

55
from SoftLayer.CLI.command import SLCommand as SLCommand
66
from SoftLayer.CLI import environment
77
from SoftLayer.CLI import formatting
88
from SoftLayer.managers import ordering
9-
from SoftLayer.utils import clean_time
109

1110

1211
@click.command(cls=SLCommand)

0 commit comments

Comments
 (0)