Skip to content

Commit 297e0de

Browse files
committed
fix: SoftLayerAPIError import on managers/account.py
1 parent 046d9be commit 297e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/managers/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
from SoftLayer import SoftLayerAPIError
11+
from SoftLayer.exceptions import SoftLayerAPIError
1212
from SoftLayer import utils
1313

1414
# Invalid names are ignored due to long method names and short argument names

0 commit comments

Comments
 (0)