We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049299b commit 98622c8Copy full SHA for 98622c8
src/sage/categories/sets_cat.py
@@ -36,6 +36,7 @@
36
from sage.misc.lazy_attribute import lazy_attribute
37
from sage.misc.lazy_import import lazy_import, LazyImport
38
from sage.misc.lazy_format import LazyFormat
39
+# Do not use sage.categories.all here to avoid initialization loop
40
from sage.categories.category import Category
41
from sage.categories.category_singleton import Category_singleton
42
from sage.categories.sets_with_partial_maps import SetsWithPartialMaps
0 commit comments