This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit 4bae4f7
committed
Silence pyflakes warnings:
========== pyflakes ==========
git checkout patchbot/ticket_merged
src/sage/dynamics/arithmetic_dynamics/projective_ds.py:56: 'sage.arith.misc.is_square' imported but unused
src/sage/dynamics/arithmetic_dynamics/projective_ds.py:3920: import 'e' from line 101 shadowed by loop variable
src/sage/dynamics/arithmetic_dynamics/projective_ds.py:5940: import 'e' from line 101 shadowed by loop variable
src/sage/dynamics/arithmetic_dynamics/projective_ds.py:6058: local variable 'var' is assigned to but never used
src/sage/dynamics/arithmetic_dynamics/projective_ds.py:6087: import 'e' from line 101 shadowed by loop variable
found 5 pyflakes errors in the modified files
pyflakes -- 0 seconds
========== end pyflakes ==========1 parent 76b7fdd commit 4bae4f7
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
3917 | 3917 | | |
3918 | 3918 | | |
3919 | 3919 | | |
3920 | | - | |
3921 | | - | |
| 3920 | + | |
| 3921 | + | |
3922 | 3922 | | |
3923 | 3923 | | |
3924 | 3924 | | |
| |||
5937 | 5937 | | |
5938 | 5938 | | |
5939 | 5939 | | |
5940 | | - | |
| 5940 | + | |
5941 | 5941 | | |
5942 | 5942 | | |
5943 | 5943 | | |
5944 | | - | |
| 5944 | + | |
5945 | 5945 | | |
5946 | 5946 | | |
5947 | 5947 | | |
| |||
6055 | 6055 | | |
6056 | 6056 | | |
6057 | 6057 | | |
6058 | | - | |
6059 | 6058 | | |
6060 | 6059 | | |
6061 | 6060 | | |
| |||
6084 | 6083 | | |
6085 | 6084 | | |
6086 | 6085 | | |
6087 | | - | |
| 6086 | + | |
6088 | 6087 | | |
6089 | 6088 | | |
6090 | 6089 | | |
| |||
0 commit comments