Skip to content

Commit f7cb70b

Browse files
committed
remove more already-fixed codes
1 parent da082fd commit f7cb70b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build-backend = "mesonpy"
4141

4242
[tool.cython-lint]
4343
max-line-length = 120
44-
ignore = ['E114','E117','E127','E128','E129','E202','E221','E222','E231','E261','E262','E265','E302','E303','E306','E501','E711','E722','E731','E741','E743']
44+
ignore = ['E114','E117','E127','E128','E129','E202','E221','E222','E231','E261','E262','E265','E501','E711','E722','E731','E741','E743']
4545
exclude = 'src/flint/flintlib/.*'
4646

4747
[tool.spin]

src/flint/types/acb.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ cdef any_as_acb_or_notimplemented(x):
9797
# return acb(x)
9898

9999

100-
101100
# Copied with modifications from sage/rings/complex_arb.pyx
102101
@cython.internal
103102
cdef class IntegrationContext:

0 commit comments

Comments
 (0)