From 111df9a7260e4e1bc86f3737f9731c0a260ec61a Mon Sep 17 00:00:00 2001 From: PyGamer0 <64531844+PyGamer0@users.noreply.github.com> Date: Sun, 17 Apr 2022 11:06:52 +0530 Subject: [PATCH] u --- flax/funcs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flax/funcs.py b/flax/funcs.py index a4366f5..4f2ece3 100644 --- a/flax/funcs.py +++ b/flax/funcs.py @@ -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",