Skip to content

Commit 9b17de6

Browse files
committed
Fix mypy warnings
1 parent fd3950c commit 9b17de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/dotenv/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from .version import __version__
2222

2323

24-
def enumerate_env() -> Optional[str]:
24+
def enumerate_env() -> tuple[str, ...]:
2525
"""
2626
Return a path for the ${pwd}/.env file.
2727

0 commit comments

Comments
 (0)