Skip to content

Commit 9c656a0

Browse files
Fix benchmark tests (#3822)
1 parent 13a6d53 commit 9c656a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/test_benchmark_compile_pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from typing import Generator
88

99
import pytest
10-
import reflex_chakra as rc
1110

1211
from benchmarks import WINDOWS_SKIP_REASON
1312
from reflex import constants
@@ -131,6 +130,7 @@ class State(rx.State):
131130

132131
def AppWithOnePage():
133132
"""A reflex app with one page."""
133+
import reflex_chakra as rc
134134
from rxconfig import config # type: ignore
135135

136136
import reflex as rx

0 commit comments

Comments
 (0)