[elbe-devel] [PATCH 27/75] daemons soap __init__: Fix Pylint

Torben Hohn torben.hohn at linutronix.de
Fri May 29 11:50:46 CEST 2020


On Mon, May 25, 2020 at 11:42:20AM -0400, Olivier Dion wrote:
> 12:0: C0411: (wrong-import-order)
> 14:0: C0411: (wrong-import-order)
> 15:0: C0411: (wrong-import-order)

why is the import order important an not fixed here ?

> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>
> ---
>  elbepack/daemons/soap/__init__.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/elbepack/daemons/soap/__init__.py b/elbepack/daemons/soap/__init__.py
> index ce0a28eb..4b39c689 100644
> --- a/elbepack/daemons/soap/__init__.py
> +++ b/elbepack/daemons/soap/__init__.py
> @@ -8,6 +8,7 @@ from __future__ import print_function
>  
>  import sys
>  
> +# pylint: disable=wrong-import-order
>  from .esoap import ESoap
>  from elbepack.projectmanager import ProjectManager
>  
> -- 
> 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