Merge pull request #78448 from akien-mga/black-23.3.0

CI: Update static checks to black 23.3.0
This commit is contained in:
Rémi Verschelde 2023-06-20 00:05:39 +02:00
commit 217a20a8a0
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 4 additions and 38 deletions

View file

@ -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("::")