Skip to content

Commit

Permalink
fix shared_state
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Sep 25, 2024
1 parent 74e0e36 commit e60fe09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_shared_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

def SharedStateApp():
"""Test that shared state works as expected."""
from integration.shared.state import SharedState

import reflex as rx
from tests.integration.shared.state import SharedState

class State(SharedState):
pass
Expand Down

0 comments on commit e60fe09

Please sign in to comment.