forgot ruffing

This commit is contained in:
Benedikt Bartscher 2024-11-07 01:06:10 +01:00
parent 6ce9471e6f
commit 74c336f294
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
from __future__ import annotations
import dataclasses
import enum
import importlib
import inspect

View File

@ -154,7 +154,6 @@ def _run(
loglevel: constants.LogLevel = config.loglevel,
):
"""Run the app in the given directory."""
# Set env mode in the environment
# This must be set before importing modules that contain rx.State subclasses
EnvironmentVariables.REFLEX_ENV_MODE.set(env)