You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/28 19:28:45 UTC

[libcloud] 04/05: Fix isort check.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 83eda32ac2c251cf01db8905409c841899a1a118
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jan 28 20:25:54 2023 +0100

    Fix isort check.
---
 libcloud/storage/drivers/oss.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/storage/drivers/oss.py b/libcloud/storage/drivers/oss.py
index 57ef46c87..a3aa4b45c 100644
--- a/libcloud/storage/drivers/oss.py
+++ b/libcloud/storage/drivers/oss.py
@@ -15,12 +15,12 @@
 
 # pylint: disable=unexpected-keyword-arg
 
+import os
 import hmac
 import time
 import base64
 import codecs
 from hashlib import sha1
-import os
 
 from libcloud.utils.py3 import ET, b, httplib, tostring, urlquote, urlencode
 from libcloud.utils.xml import findtext, fixxpath