Skip to content

Commit

Permalink
Remove unused nn module
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 13, 2023
1 parent 92c5eaf commit da65bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 127 deletions.
4 changes: 2 additions & 2 deletions pytorch_finufft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Pytorch bindings for the FINUFFT Library"""

from . import functional, nn
from . import functional

__all__ = ["functional", "nn"]
__all__ = ["functional"]
__version__ = "0.1.0"
125 changes: 0 additions & 125 deletions pytorch_finufft/nn.py

This file was deleted.

0 comments on commit da65bff

Please sign in to comment.