Skip to content

Commit 5d22e89

Browse files
tobiasdiezdimpase
authored andcommitted
Fix import duplication in sage.rings.all
The import of the `all_sagemath_categories` module triggered exactly the same imports that were already in the `rings.all` file. We thus delete this obsolete file.
1 parent 1be0a58 commit 5d22e89

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/sage/rings/all.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# ****************************************************************************
1313
from sage.misc.lazy_import import lazy_import
1414

15-
from sage.rings.all__sagemath_categories import *
16-
1715
# Ring base classes
1816
from sage.rings.ring import (Ring, Field, CommutativeRing, IntegralDomain,
1917
PrincipalIdealDomain)

src/sage/rings/all__sagemath_categories.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/sage/rings/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ py.install_sources(
33
'abc.pxd',
44
'algebraic_closure_finite_field.py',
55
'all.py',
6-
'all__sagemath_categories.py',
76
'all__sagemath_objects.py',
87
'big_oh.py',
98
'cc.py',

0 commit comments

Comments
 (0)