Skip to content

Commit ef9df7c

Browse files
Newtech66vincentmacri
authored andcommitted
Removed del kwds_self['implementation']
1 parent ef1315f commit ef9df7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/categories/pushout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,8 +3534,6 @@ def merge(self, other):
35343534
# integers to encode degrees of extensions.
35353535
from sage.rings.integer import Integer
35363536
kwds_self = dict(self.kwds.items())
3537-
if 'implementation' in kwds_self:
3538-
del kwds_self['implementation']
35393537
kwds_other = dict(other.kwds.items())
35403538
if (isinstance(self.polys[0], Integer)
35413539
and isinstance(other.polys[0], Integer)

0 commit comments

Comments
 (0)