Skip to content

Commit 24ef310

Browse files
miguelmarcotscrim
andauthored
Update src/sage/algebras/commutative_dga.py
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent 6ffd806 commit 24ef310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/algebras/commutative_dga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ def __call__(self, *values, **kwargs):
16311631
images = list(gens)
16321632
for (i, g) in enumerate(gens):
16331633
gstr = str(g)
1634-
if gstr in kwargs.keys():
1634+
if gstr in kwargs:
16351635
images[i] = kwargs[gstr]
16361636
res = 0
16371637
for (m, c) in self.dict().items():

0 commit comments

Comments
 (0)