mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix linting issue
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
ee2b7d3ed9
commit
b2b08c13ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue