Skip to content

Commit 873f8d5

Browse files
Merge pull request #1 from creepereye1204/dev
Fix: Use FileNotFoundError for file not found in main.py
2 parents b85f277 + e927169 commit 873f8d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dotenv/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def set_key(
200200
def unset_key(
201201
dotenv_path: StrPath,
202202
key_to_unset: str,
203+
quote_mode: str = "always",
203204
encoding: Optional[str] = "utf-8",
204205
) -> Tuple[Optional[bool], str]:
205206
"""

0 commit comments

Comments
 (0)