summaryrefslogtreecommitdiffstats
path: root/modules/denoise/resource_to_cpp.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-19 23:33:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-19 23:33:02 +0200
commitc9c941e339a6632247b6bd073d10bea548bed20b (patch)
tree436b16007c5d9b3451e7bc03e44ff2187f0c3b17 /modules/denoise/resource_to_cpp.py
parent764193629ff0bac11c4a6ddfa946f1dd3d841799 (diff)
downloadredot-engine-c9c941e339a6632247b6bd073d10bea548bed20b.tar.gz
CI: Update static checks to black 23.3.0
And apply it to the codebase, removing empty lines at the start of blocks.
Diffstat (limited to 'modules/denoise/resource_to_cpp.py')
-rw-r--r--modules/denoise/resource_to_cpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/denoise/resource_to_cpp.py b/modules/denoise/resource_to_cpp.py
index 6c83277355..a89eda9117 100644
--- a/modules/denoise/resource_to_cpp.py
+++ b/modules/denoise/resource_to_cpp.py
@@ -19,9 +19,9 @@
import os
from array import array
+
# Generates a C++ file from the specified binary resource file
def generate(in_path, out_path):
-
namespace = "oidn::weights"
scopes = namespace.split("::")