From 66b436438a71e6c5b187e537e68a8f4ec4c0e453 Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 16 Aug 2024 17:08:15 +0000 Subject: [PATCH] fix app harness --- integration/test_dynamic_routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/test_dynamic_routes.py b/integration/test_dynamic_routes.py index 1f6d610b0d..0ce4ef2c91 100644 --- a/integration/test_dynamic_routes.py +++ b/integration/test_dynamic_routes.py @@ -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 @@ -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):