Skip to content

Commit

Permalink
Fix import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstiNik committed May 14, 2024
1 parent 3764ecb commit 38e1bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papyrus/neural_state/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
-------
"""

from neural_state.neural_state import NeuralState
from neural_state.neural_state_creator import NeuralStateCreator
from papyrus.neural_state.neural_state import NeuralState
from papyrus.neural_state.neural_state_creator import NeuralStateCreator

__all__ = [
NeuralState.__name__,
Expand Down

0 comments on commit 38e1bdf

Please sign in to comment.