Skip to content

Commit

Permalink
Fix benchmark tests (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahAhianyo authored and adhami3310 committed Aug 27, 2024
1 parent c9f7ddd commit d736006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/test_benchmark_compile_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d736006

Please sign in to comment.