Skip to content

Commit 06c6d61

Browse files
committed
Correct the type comment of update_dict_to_dotenv
1 parent 3c9bfe7 commit 06c6d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotenv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def dotenv_values(
369369

370370

371371
def update_dict_to_dotenv(dotenv_path, env_dict, quote_mode="always", export=False):
372-
# type: (_PathLike, Dict[Text, Optional[Text]], Text, bool) -> None
372+
# type: (_PathLike, Dict[Text, Text], Text, bool) -> None
373373
"""
374374
Adds or Updates key/value pairs in the given dictionary to the given .env
375375

0 commit comments

Comments
 (0)