Skip to content

Commit 8d4d8e5

Browse files
author
Matthias Koeppe
committed
sage.rings.finite_rings: Make it a namespace package
1 parent 53ede8c commit 8d4d8e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/.relint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
hint: |
4848
Sage library code should not import from sage.PAC.KAGE.all when sage.PAC.KAGE is an implicit
4949
Hint: namespace package. Type import_statements("SOME_IDENTIFIER") to find a more specific import.
50-
pattern: 'from\s+sage(|[.](arith|categories|combinat|ext|graphs(|[.]decompositions)|interfaces|libs|matrix|misc|numerical(|[.]backends)|rings|sets))[.]all\s+import'
50+
pattern: 'from\s+sage(|[.](arith|categories|combinat|ext|graphs(|[.]decompositions)|interfaces|libs|matrix|misc|numerical(|[.]backends)|rings(|[.]finite_rings)|sets))[.]all\s+import'
5151
filePattern: '.*[.](py|pyx|pxi)$'
5252
error: false # Make this a warning instead of an error for now

src/sage/rings/finite_rings/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)