Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/sets/family.py: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 23, 2022
1 parent 78400bc commit d2e4466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/sets/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
from pprint import pformat, saferepr
from collections.abc import Iterable

from sage.misc.abstract_method import abstract_method
from sage.misc.cachefunc import cached_method
from sage.structure.parent import Parent
from sage.categories.enumerated_sets import EnumeratedSets
Expand Down

0 comments on commit d2e4466

Please sign in to comment.