Skip to content

Commit b85f277

Browse files
Refactor: Remove unused quote_mode parameter from unset_key
Remove the quote_mode parameter from the unset_key function in main.py. This parameter was identified as unused within the function body and has been removed to simplify the signature.
1 parent c6b59da commit b85f277

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotenv/main.py

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

0 commit comments

Comments
 (0)