diff --git a/benchmarks/test_benchmark_compile_pages.py b/benchmarks/test_benchmark_compile_pages.py index 00fc86ff90..33404bca7c 100644 --- a/benchmarks/test_benchmark_compile_pages.py +++ b/benchmarks/test_benchmark_compile_pages.py @@ -7,7 +7,6 @@ from typing import Generator import pytest -import reflex_chakra as rc from benchmarks import WINDOWS_SKIP_REASON from reflex import constants @@ -131,6 +130,7 @@ class State(rx.State): def AppWithOnePage(): """A reflex app with one page.""" + import reflex_chakra as rc from rxconfig import config # type: ignore import reflex as rx