We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdbb6e commit 38e5616Copy full SHA for 38e5616
main/env_validator.py
@@ -4,7 +4,6 @@
4
5
import logging
6
from pathlib import Path
7
-from typing import Optional
8
9
logger = logging.getLogger(__name__)
10
@@ -42,7 +41,7 @@ def strip_comment(val):
42
41
class EnvValidator:
43
"""Validates environment variable configurations and reports discrepancies."""
44
45
- def __init__(self, project_root: Optional[str] = None):
+ def __init__(self, project_root: str | None = None):
46
"""
47
Initialize the environment validator.
48
0 commit comments