Skip to content

Commit 3ffa9bb

Browse files
committed
fix precommit
1 parent 131512c commit 3ffa9bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reflex/environment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ def interpret_env_var_value(
204204
The interpreted value.
205205
206206
Raises:
207-
ValueError: If the value is invalid.
207+
ValueError: If the environment variable type is invalid.
208+
EnvironmentVarValueError: If the environment variable value is invalid.
208209
"""
209210
field_type = value_inside_optional(field_type)
210211

0 commit comments

Comments
 (0)