Skip to content

Commit

Permalink
potential fix for circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKue committed Jul 15, 2024
1 parent 215b12e commit 3267cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayesflow/networks/lstnet/lstnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from bayesflow.utils import keras_kwargs

from .skip_recurrent import SkipRecurrentNet
from ...networks import MLP
from ..mlp import MLP


@register_keras_serializable(package="bayesflow.networks.lstnet")
Expand Down

0 comments on commit 3267cd3

Please sign in to comment.