We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee1d1a commit 3a4011fCopy full SHA for 3a4011f
SoftLayer/CLI/order/cancelation.py
@@ -1,12 +1,11 @@
1
-"""List active quotes on an account."""
+"""List all cancelation."""
2
# :license: MIT, see LICENSE for more details.
3
import click
4
5
from SoftLayer.CLI.command import SLCommand as SLCommand
6
from SoftLayer.CLI import environment
7
from SoftLayer.CLI import formatting
8
from SoftLayer.managers import ordering
9
-from SoftLayer.utils import clean_time
10
11
12
@click.command(cls=SLCommand)
0 commit comments