sagemath/sage

fix pyflakes warnings in src/sage/misc/cython.py

Closed this issue · 10 comments

From #33029:

src/sage/env.py:32:1 'sage' imported but unused
src/sage/misc/cython.py:295:9 'setuptools' imported but unused
src/sage/misc/sagedoc.py:791:9 'sage.all' imported but unused
src/sage/misc/sagedoc.py:969:5 local variable 'html_results' is assigned to but never used

Component: misc

Author: Sébastien Labbé

Branch/Commit: 201dea8

Reviewer: Matthias Koeppe

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

Commit: b48774a

New commits:

b48774a34061: fix pyflakes warning in misc/cython.py

Author: Sébastien Labbé

comment:2

I fixed the one in misc/cython.py, but left the other unchanged because I don't think it is safe to change them.

Changed branch from u/slabbe/34061 to u/mkoeppe/34061

Changed commit from b48774a to 201dea8

Reviewer: Matthias Koeppe

New commits:

201dea8src/sage/misc/cython.py: Remove outdated comment

Changed branch from u/mkoeppe/34061 to 201dea8