1 parent fd3950c commit 9b17de6Copy full SHA for 9b17de6
1 file changed
src/dotenv/cli.py
@@ -21,7 +21,7 @@
21
from .version import __version__
22
23
24
-def enumerate_env() -> Optional[str]:
+def enumerate_env() -> tuple[str, ...]:
25
"""
26
Return a path for the ${pwd}/.env file.
27
0 commit comments