Opened 5 years ago
Closed 5 years ago
#25521 closed enhancement (fixed)
pyflakes cleanup in plot/plot.py
Reported by: | Frédéric Chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.3 |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 12305a6 (Commits, GitHub, GitLab) | Commit: | 12305a6004710ebe420baa869b51aa9ec335961d |
Dependencies: | Stopgaps: |
Description (last modified by )
on the way, removing a whole set of old alias imports.
Change History (12)
comment:1 Changed 5 years ago by
Branch: | → u/chapoton/25521 |
---|---|
Commit: | → 4554a54431e8f2ccec54188bdef9fa1eba5a4358 |
Description: | modified (diff) |
Status: | new → needs_review |
comment:2 Changed 5 years ago by
Commit: | 4554a54431e8f2ccec54188bdef9fa1eba5a4358 → 6aad51ba50286128c0ed5508cd573e4157dd3a4b |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
6aad51b | fix some imports
|
comment:3 Changed 5 years ago by
Reviewers: | → Travis Scrimshaw |
---|---|
Status: | needs_review → positive_review |
LGTM.
comment:5 Changed 5 years ago by
Status: | positive_review → needs_work |
---|
Indeed, the patchbot did come back with issues.
comment:6 Changed 5 years ago by
Commit: | 6aad51ba50286128c0ed5508cd573e4157dd3a4b → a0be77fdbb1fe0edffc26a2c20754124a8a4bf86 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
a0be77f | fixing a few imports
|
comment:7 Changed 5 years ago by
Commit: | a0be77fdbb1fe0edffc26a2c20754124a8a4bf86 → 2becab095d73c7b1e5f4277ee15e78c93e26b564 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
2becab0 | fix more imports
|
comment:8 Changed 5 years ago by
Commit: | 2becab095d73c7b1e5f4277ee15e78c93e26b564 → 12305a6004710ebe420baa869b51aa9ec335961d |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
12305a6 | more details / pyflakes
|
comment:10 Changed 5 years ago by
Status: | needs_work → needs_review |
---|
comment:11 Changed 5 years ago by
Status: | needs_review → positive_review |
---|
We can always do more on later tickets.
comment:12 Changed 5 years ago by
Branch: | u/chapoton/25521 → 12305a6004710ebe420baa869b51aa9ec335961d |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
pyflakes cleanup of plot/plot.py