JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
268 stars 62 forks source link

Unused type variable warning in function definition in julia1.8.3 #485

Closed tomaklutfu closed 1 year ago

tomaklutfu commented 1 year ago

In this line, there is a dangling T but I think it should go into ex in the right hand side. https://github.com/JuliaPy/SymPy.jl/blob/b6316e4d6f711222e27a3a47c020327a96e8f9b6/src/utils.jl#L199