[elbe-devel] [PATCH v2 07/12] updated: Fix Pylint
Torben Hohn
torben.hohn at linutronix.de
Thu Jul 22 17:10:07 CEST 2021
From: Christian Teklenborg <chris at linutronix.de>
22:0: C0411: (standard import "from syslog import syslog" should be placed
before "from packaging import version")
Signed-off-by: Christian Teklenborg <chris at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
---
elbepack/updated.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/updated.py b/elbepack/updated.py
index 6ec2e5c68..4116a65e9 100644
--- a/elbepack/updated.py
+++ b/elbepack/updated.py
@@ -18,8 +18,8 @@ from multiprocessing import Process
from zipfile import (ZipFile, BadZipfile)
from shutil import copyfile, rmtree, copy
-from packaging import version
from syslog import syslog
+from packaging import version
from suds.client import Client
from spyne import Application
--
2.20.1
More information about the elbe-devel
mailing list