Skip to content

Commit dffb273

Browse files
committed
another fix
1 parent ba1c739 commit dffb273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/interfaces/magma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def _post_process_from_file(self, s) -> str:
463463
return ''
464464
return s[i + 1:]
465465

466-
def __getattr__(self, attrname) -> MagmaFunction:
466+
def __getattr__(self, attrname):
467467
"""
468468
Return a formal wrapper around a Magma function, or raise an
469469
:exc:`AttributeError` if attrname starts with an underscore.

0 commit comments

Comments
 (0)