diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-19 23:33:02 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-19 23:33:02 +0200 |
| commit | c9c941e339a6632247b6bd073d10bea548bed20b (patch) | |
| tree | 436b16007c5d9b3451e7bc03e44ff2187f0c3b17 /modules/denoise/resource_to_cpp.py | |
| parent | 764193629ff0bac11c4a6ddfa946f1dd3d841799 (diff) | |
| download | redot-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.py | 2 |
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("::") |
