Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Remove duplicate import of Haiku Module (#44)
Browse files Browse the repository at this point in the history
I believe the import of haiku is meant to be the second one within the
`try` block as it is an optional dependency.

PS: Sorry for yet another 1-line PR
  • Loading branch information
ptigwe committed Nov 24, 2021
1 parent 231d99b commit 9d187c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion treex/nn/__init__.py
Expand Up @@ -5,7 +5,6 @@
from .dropout import Dropout
from .flatten import Flatten
from .flax_module import FlaxModule
from .haiku_module import HaikuModule
from .linear import Linear
from .mlp import MLP
from .sequential import Lambda, Sequential, sequence
Expand Down

0 comments on commit 9d187c5

Please sign in to comment.