From c9c941e339a6632247b6bd073d10bea548bed20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 19 Jun 2023 23:33:02 +0200 Subject: CI: Update static checks to black 23.3.0 And apply it to the codebase, removing empty lines at the start of blocks. --- modules/denoise/resource_to_cpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/denoise/resource_to_cpp.py') 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("::") -- cgit v1.2.3