[elbe-devel] [PATCH 55/75] debinstaller: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Fri May 29 16:40:22 CEST 2020


On Mon, May 25, 2020 at 11:42:48AM -0400, Olivier Dion wrote:
> 28:0: W0611: (unused-import)
> 28:0: C0411: (wrong-import-order)
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

> ---
>  elbepack/debinstaller.py | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/elbepack/debinstaller.py b/elbepack/debinstaller.py
> index dd882d67..0c1ca58a 100644
> --- a/elbepack/debinstaller.py
> +++ b/elbepack/debinstaller.py
> @@ -23,9 +23,10 @@ except ImportError:
>      import urllib2
>      urlopen = urllib2.urlopen
>  
> +from shutil import copyfile
> +
>  from gpg import core
>  from gpg.constants import PROTOCOL_OpenPGP
> -from shutil import copyfileobj, copyfile
>  
>  from elbepack.filesystem import TmpdirFilesystem
>  from elbepack.egpg import OverallStatus, check_signature
> -- 
> 2.26.2
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list