Opened 3 years ago
Closed 3 years ago
#27759 closed defect (fixed)
cleanup pyflakes warnings in sage.rings.asymptotic
Reported by: | dkrenn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.8 |
Component: | asymptotic expansions | Keywords: | |
Cc: | behackl | Merged in: | |
Authors: | Daniel Krenn | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | d2deb26 (Commits, GitHub, GitLab) | Commit: | d2deb26a5a7a7b5eb7e0e1326f64adc4cd1be92d |
Dependencies: | Stopgaps: |
Description
There are a couple of warnings in sage.rings.asymptotic reported by pyflakes.
(This might be seen as a follow up of https://trac.sagemath.org/ticket/26682#comment:10)
Change History (6)
comment:1 Changed 3 years ago by
- Branch set to u/dkrenn/asy-fix-pyflakes
comment:2 Changed 3 years ago by
- Commit set to d2deb26a5a7a7b5eb7e0e1326f64adc4cd1be92d
- Status changed from new to needs_review
comment:3 Changed 3 years ago by
- Cc behackl added
comment:4 Changed 3 years ago by
recent patchbots are able to detect the lazy imports.
comment:5 Changed 3 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:6 Changed 3 years ago by
- Branch changed from u/dkrenn/asy-fix-pyflakes to d2deb26a5a7a7b5eb7e0e1326f64adc4cd1be92d
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
So, let's see what the patchbot says now ;)
New commits:
Trac #27759: fix pyflakes import warning
Trac #27759: remove unnecessary imports