Fix linting issue

Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
Philippe Leprince 2025-03-13 15:27:01 +01:00
parent ee2b7d3ed9
commit b2b08c13ec

View file

@ -24,7 +24,7 @@ def add_missing_init_files(*roots):
with open(TMP_FILE, "w") as f:
json.dump(nfiles, f)
sys.stdout.write(f"\n")
sys.stdout.write("\n")
sys.stdout.flush()