spacetimeengine icon indicating copy to clipboard operation
spacetimeengine copied to clipboard

Need to stop importing entire sympy lib.

Open spacetimeengineer opened this issue 6 years ago • 2 comments

Need to stop importing entire sympy lib. This is dumb.

spacetimeengineer avatar Mar 03 '19 21:03 spacetimeengineer

😆 Are you actually using SymPy in your code at this point? Also, you can just include the specific Classes you're using... instead of full import statement.

Full import, like you're using: from sympy import * Import specific classes: from sympy import Symbol, pprint https://github.com/sympy/sympy/blob/d2fcf9ecdfef464b26f0e118018a7817059d22a2/examples/beginner/basic.py#L8

Just some thoughts. Are you using composer to build this?

BinaryBlock avatar Mar 06 '19 14:03 BinaryBlock

Nah, just vs code

spacetimeengineer avatar Mar 06 '19 15:03 spacetimeengineer