remove outdated comment
All checks were successful
checks-impure / test (pull_request) Successful in 1m7s
checks / test (pull_request) Successful in 1m57s

This commit is contained in:
DavHau 2023-12-01 16:11:31 +07:00
parent 3a478c4880
commit e46d13d626

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: