Skip to content

Commit 0266ff8

Browse files
committed
remove unused variable
1 parent 7601061 commit 0266ff8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/modular/btquotients/pautomorphicform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,6 @@ def coleman(self, t1, t2, E=None, method='moments', mult=False):
21612161

21622162
elif method == 'moments':
21632163
for e in E:
2164-
ii += 1
21652164
f = (x - t1) / (x - t2)
21662165
a, b, c, d = e.list()
21672166
y0 = f(R1([b, a]) / R1([d, c])) # f( (ax+b)/(cx+d) )

0 commit comments

Comments
 (0)