Skip to content

Commit

Permalink
Fix import duplication in sage.rings.all
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tobiasdiez committed Jan 4, 2025
1 parent c9dd1e8 commit 2a7268b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/sage/rings/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# ****************************************************************************
from sage.misc.lazy_import import lazy_import

from sage.rings.all__sagemath_categories import *

# Ring base classes
from sage.rings.ring import (Ring, Field, CommutativeRing, IntegralDomain,
PrincipalIdealDomain)
Expand Down
7 changes: 0 additions & 7 deletions src/sage/rings/all__sagemath_categories.py

This file was deleted.

1 change: 0 additions & 1 deletion src/sage/rings/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ py.install_sources(
'abc.pxd',
'algebraic_closure_finite_field.py',
'all.py',
'all__sagemath_categories.py',
'all__sagemath_objects.py',
'big_oh.py',
'cc.py',
Expand Down

0 comments on commit 2a7268b

Please sign in to comment.