Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ziatdinovmax committed Mar 19, 2024
1 parent 8669f14 commit 66e9b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpax/utils/fn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
import inspect
import re

from typing import List, Callable, Optional
from typing import List, Callable, Optional, Dict

import jax
import jax.numpy as jnp

from ..kernels.kernels import square_scaled_distance, add_jitter, _sqrt

Expand Down

0 comments on commit 66e9b2c

Please sign in to comment.