Skip to content

Commit 98622c8

Browse files
committed
Readd comment about *.all import
1 parent 049299b commit 98622c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/categories/sets_cat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
from sage.misc.lazy_attribute import lazy_attribute
3737
from sage.misc.lazy_import import lazy_import, LazyImport
3838
from sage.misc.lazy_format import LazyFormat
39+
# Do not use sage.categories.all here to avoid initialization loop
3940
from sage.categories.category import Category
4041
from sage.categories.category_singleton import Category_singleton
4142
from sage.categories.sets_with_partial_maps import SetsWithPartialMaps

0 commit comments

Comments
 (0)