Skip to content

Commit

Permalink
fix app harness
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo committed Aug 16, 2024
1 parent f4866ac commit 66b4364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/test_dynamic_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from urllib.parse import urlsplit

import pytest
import reflex_chakra as rc
from selenium.webdriver.common.by import By

from reflex.testing import AppHarness, AppHarnessProd, WebDriver
Expand All @@ -18,6 +17,8 @@ def DynamicRoute():
"""App for testing dynamic routes."""
from typing import List

import reflex_chakra as rc

import reflex as rx

class DynamicState(rx.State):
Expand Down

0 comments on commit 66b4364

Please sign in to comment.