Closed zaccharieramzi closed 5 years ago
When using generate_operators, we have an ImportError:
generate_operators
ImportError
ModuleNotFoundError: No module named 'astro'
This is because of some legacy imports. We should get rid of them.
Yep you're absolutely right.
Closed by #16
When using
generate_operators
, we have anImportError
:This is because of some legacy imports. We should get rid of them.