fix pyflakes warnings in src/sage/misc/cython.py
Closed this issue · 10 comments
seblabbe commented
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
seblabbe commented
Branch: u/slabbe/34061
seblabbe commented
Author: Sébastien Labbé
seblabbe commented
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.
mkoeppe commented
Changed branch from u/slabbe/34061 to u/mkoeppe/34061
mkoeppe commented
Reviewer: Matthias Koeppe
vbraun commented
Changed branch from u/mkoeppe/34061 to 201dea8