Merge pull request 'remove outdated comment' (#595) from DavHau-dave into main

This commit is contained in:
clan-bot
2023-12-01 09:14:07 +00:00

View File

@@ -11,7 +11,6 @@ from ..locked_open import locked_open
async def add_flake(path: Path) -> dict[str, CmdOut]:
user_history_file().parent.mkdir(parents=True, exist_ok=True)
# append line to history file
# TODO: Make this atomic
lines: set = set()
old_lines = set()
with locked_open(user_history_file(), "w+") as f: