Fix benchmark tests (#3822)

This commit is contained in:
Elijah Ahianyo 2024-08-23 18:55:18 +00:00 committed by GitHub
parent 13a6d538a9
commit 9c656a0f9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ import time
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 @@ def render_multiple_pages(app, num: int):
def AppWithOnePage():
"""A reflex app with one page."""
import reflex_chakra as rc
from rxconfig import config # type: ignore
import reflex as rx