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

Commit

Permalink
Remove unecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Jan 8, 2023
1 parent 8b7438f commit 836bb40
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions jaxutils/parameters.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import warnings
from copy import deepcopy
from typing import Dict, Tuple
from typing import Dict
from warnings import warn

import distrax as dx
import jax
import jax.numpy as jnp
import jax.random as jr
from jax.random import KeyArray
from jaxtyping import Array, Float
from jaxutils import PyTree


Expand Down

0 comments on commit 836bb40

Please sign in to comment.