Skip to content

Commit 8b4b455

Browse files
Remove unsed files
Co-authored-by: Felipe Castro <[email protected]> Co-authored-by: Peter Stan <[email protected] >
1 parent 28cd9c0 commit 8b4b455

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/venvalid/core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ def venvalid(
3030
3131
Returns:
3232
dict: Validated and converted environment variables.
33-
34-
Raises:
35-
ValidationError: If exit_on_error=False and validation fails.
3633
"""
3734
if source is None:
3835
load_env_file(dotenv_path, override=dotenv_override)

0 commit comments

Comments
 (0)