Skip to content

Commit c020c31

Browse files
committed
fix precommit
1 parent 2c907cb commit c020c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/reflex-core/src/reflex_core/utils/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def __init__(self, package: str):
263263
Args:
264264
package: The missing package.
265265
"""
266-
from reflex_core.constants import IS_MACOS
266+
from reflex_core.constants.base import IS_MACOS
267267

268268
extra = (
269269
f" You can do so by running 'brew install {package}'." if IS_MACOS else ""

0 commit comments

Comments
 (0)