| commit | 0fe84cb549863fc3e5a04ce5f9d974b4a52a56a6 | [log] [tgz] |
|---|---|---|
| author | sousaedu <eduardo.sousa@canonical.com> | Mon Jan 17 13:48:22 2022 +0000 |
| committer | sousaedu <eduardo.sousa@canonical.com> | Mon Jan 17 15:01:46 2022 +0000 |
| tree | ac5004478bd7301d84ba07c95235ef17f4904ec5 | |
| parent | 2e38b940d20607ceb9aeda722affb7e846132167 [diff] [blame] |
Updating tox.ini Change-Id: I87574da5911b4c827cf2543ecc9e9f404da96f85 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/RO-SDN-dynpac/osm_rosdn_dynpac/wimconn_dynpac.py b/RO-SDN-dynpac/osm_rosdn_dynpac/wimconn_dynpac.py index 7a84f22..dfd4b35 100644 --- a/RO-SDN-dynpac/osm_rosdn_dynpac/wimconn_dynpac.py +++ b/RO-SDN-dynpac/osm_rosdn_dynpac/wimconn_dynpac.py
@@ -21,12 +21,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import requests +from enum import Enum import json import logging -from enum import Enum from osm_ro_plugin.sdnconn import SdnConnectorBase, SdnConnectorError +import requests class SdnError(Enum):