Skip to content

Commit a58b6ca

Browse files
committed
fix mypy
1 parent 5ea915b commit a58b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/core/convert/sympy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
}
114114

115115

116-
def sympy_decode_mathics_symbol_name(name: str):
116+
def sympy_decode_mathics_symbol_name(name: str) -> str:
117117
"""
118118
Remove the Prefix for Mathics symbols
119119
and restore the context separator character.

0 commit comments

Comments
 (0)