[elbe-devel] [PATCH 5/7] pep8: fix E402 module level import not at top of file

Torben Hohn torben.hohn at linutronix.de
Fri Jan 5 11:28:36 CET 2018


On Wed, Dec 20, 2017 at 10:11:45PM +0100, Manuel Traut wrote:
> annotate the coding style errors with # noqa because this is a
> auto-generated file
> 
> new pycodestyle statistic:
> 
>     98      E501 line too long (82 > 79 characters)
>     7       E741 ambiguous variable name 'l'
> 
> Signed-off-by: Manuel Traut <manut at linutronix.de>

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

> ---
>  docs/conf.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/conf.py b/docs/conf.py
> index 44ebab18..469927c4 100644
> --- a/docs/conf.py
> +++ b/docs/conf.py
> @@ -56,9 +56,9 @@ author = u'Torben Hohn, Manuel Traut'
>  # built documents.
>  #
>  # The short X.Y version.
> -from elbepack.version import elbe_version as version
> +from elbepack.version import elbe_version as version  # noqa
>  # The full version, including alpha/beta/rc tags.
> -from elbepack.version import elbe_version as release
> +from elbepack.version import elbe_version as release  # noqa
>  
>  # The language for content autogenerated by Sphinx. Refer to documentation
>  # for a list of supported languages.
> -- 
> 2.15.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Mit freundlichen Grüßen
Torben Hohn

Linutronix GmbH

Standort: Bremen

Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806

Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner

Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20180105/b9da03e4/attachment.sig>


More information about the elbe-devel mailing list