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/condition_set.py: Fix up import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 2, 2021
1 parent b43a50c commit 73aabd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/sets/condition_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def arguments(self):
sage: args[0].parent()
Symbolic Ring
"""
from sage.symbolic.ring import SR
return SR.var(self.variable_names())

def _element_constructor_(self, *args, **kwds):
Expand Down

0 comments on commit 73aabd2

Please sign in to comment.