Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Jun 12, 2024
1 parent 635c6e4 commit 73602de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions bayesflow/experimental/configurators/configurator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

import keras

from bayesflow.experimental.types import Tensor
from bayesflow.experimental.utils import filter_concatenate

Expand Down
1 change: 1 addition & 0 deletions bayesflow/experimental/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .dictutils import (
filter_concatenate,
keras_kwargs,
nested_getitem,
)

from .dispatch import (
Expand Down

0 comments on commit 73602de

Please sign in to comment.