Skip to content

Commit 2d6155a

Browse files
removing dead imports
1 parent 47574a4 commit 2d6155a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

SoftLayer/managers/dedicated_host.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
:license: MIT, see License for more details.
77
"""
8-
98
import logging
109

1110
from SoftLayer.exceptions import SoftLayerAPIError

SoftLayer/managers/metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
# import SoftLayer
98
from SoftLayer.API import BaseClient
109
from SoftLayer import consts
1110
from SoftLayer import exceptions

SoftLayer/managers/vs_capacity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"""
88

99
import logging
10-
# import SoftLayer
1110

1211
from SoftLayer.exceptions import SoftLayerError
1312
from SoftLayer.managers import ordering

0 commit comments

Comments
 (0)