Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomlogo authored Apr 17, 2022
1 parent c32f187 commit 111df9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flax/funcs.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# funcs: holds the functions used by atoms
import functools
import itertools
import math
import more_itertools
import operator

from flax.common import mp, mpc, mpf, inf
from flax.common import mp, mpc, inf

__all__ = [
"boolify",
Expand Down

0 comments on commit 111df9a

Please sign in to comment.