mypy-stubs/dotenv.pyi

Summary

Maintainability
Test Coverage
from typing import Optional

def load_dotenv(dotenv_path: str) -> Optional[bool]: ...