Skip to content

Commit

Permalink
Remove double import
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Ballarin <[email protected]>
  • Loading branch information
emaballarin committed Dec 6, 2024
1 parent 16799c9 commit 1dc09c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 0 additions & 2 deletions ebtorch/nn/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
from .reprutils import store_repr_autohook
from .reprutils import store_repr_fx
from .reprutils import store_repr_hook
from .stabledivn import stablediv

# Deletions (from .)
del adverutils
Expand All @@ -72,4 +71,3 @@
del palettes
del mapply
del csttyping
del stabledivn
20 changes: 0 additions & 20 deletions ebtorch/nn/utils/stabledivn.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.28.1",
version="0.28.2",
author="Emanuele Ballarin",
author_email="[email protected]",
url="https://github.com/emaballarin/ebtorch",
Expand Down

0 comments on commit 1dc09c7

Please sign in to comment.