tensorly / torch

TensorLy-Torch: Deep Tensor Learning with TensorLy and PyTorch
http://tensorly.org/torch/
BSD 3-Clause "New" or "Revised" License
70 stars 18 forks source link

Remove unused import that is not a dependency #19

Closed arinbjornk closed 2 years ago

arinbjornk commented 2 years ago

Removing tkinter which is imported but not used.

It also throws an error since it is not a dependency.

JeanKossaifi commented 2 years ago

Thanks @arinbjornk! Looks like some auto-import by VSC! Merging.