sagemath/sage

pycodestyle cleanup in src/sage/graphs/generators/random.py

Closed this issue · 8 comments

Fix all issues raised by ./sage -tox -e pycodestyle -- src/sage/graphs/generators/random.py except some E741 ambiguous variable name 'l'.

Component: graph theory

Author: David Coudert

Branch/Commit: 921cd20

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/34034

comment:1

The remaining E741 ambiguous variable name 'l' correspond to input parameters of some function.


New commits:

921cd20trac #34034: pycodestyle in src/sage/graphs/generators/random.py

Commit: 921cd20

comment:2

ok if the patchbot comes back to green

comment:3

The reported error has nothing to do with this ticket.

comment:4

voui

Reviewer: Frédéric Chapoton

Changed branch from public/graphs/34034_random to 921cd20