Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Aug 6, 2024
1 parent f1ce079 commit 02f00e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tensorflow_datasets as tfds
from jax.tree_util import tree_map

from evox import Problem, Static, dataclass, jit_class
from evox import Problem, dataclass, jit_class
from evox.utils.io import x32_func_call


Expand Down

0 comments on commit 02f00e7

Please sign in to comment.