We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3950c commit 9b17de6Copy full SHA for 9b17de6
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