aesara-devs / aesara

Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.
https://aesara.readthedocs.io
Other
1.17k stars 156 forks source link

DOC: Remove redundant import of `TensorType` in tensor creation docs #1527

Closed zoj613 closed 4 months ago

zoj613 commented 4 months ago

This PR removes a redundant import of TensorType in the tensor creation section of the docs.

Thank you for opening a PR!

Here are a few important guidelines and requirements to check before your PR can be merged:

Don't worry, your PR doesn't need to be in perfect order to submit it. As development progresses and/or reviewers request changes, you can always rewrite the history of your feature/PR branches.

If your PR is an ongoing effort and you would like to involve us in the process, simply make it a draft PR.

brandonwillard commented 4 months ago

Thanks, @zoj613!