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 ef1315f commit ef9df7cCopy full SHA for ef9df7c
src/sage/categories/pushout.py
@@ -3534,8 +3534,6 @@ def merge(self, other):
3534
# integers to encode degrees of extensions.
3535
from sage.rings.integer import Integer
3536
kwds_self = dict(self.kwds.items())
3537
- if 'implementation' in kwds_self:
3538
- del kwds_self['implementation']
3539
kwds_other = dict(other.kwds.items())
3540
if (isinstance(self.polys[0], Integer)
3541
and isinstance(other.polys[0], Integer)
0 commit comments