diff --git a/neps/state/filebased.py b/neps/state/filebased.py index 794e9a1b..9693f381 100644 --- a/neps/state/filebased.py +++ b/neps/state/filebased.py @@ -339,7 +339,6 @@ def lock( pl_module.LOCKER, time.time(), ) - fh.write(f"{time.time()}".encode("utf-8")) # noqa: UP012 os.fsync(fh) yield fh.flush()