Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmarschuster committed Aug 8, 2023
1 parent f16d40c commit beec43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpjax/kernels/non_euclidean/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


from dataclasses import dataclass
from typing import NamedTuple, Union
from typing import NamedTuple
import jax.numpy as jnp
from jaxtyping import Float, Int
import tensorflow_probability.substrates.jax as tfp
Expand Down

0 comments on commit beec43f

Please sign in to comment.