summaryrefslogtreecommitdiffstats
path: root/platform_methods.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 /platform_methods.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 'platform_methods.py')
-rw-r--r--platform_methods.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform_methods.py b/platform_methods.py
index 1a2520794c..ed0ab980d0 100644
--- a/platform_methods.py
+++ b/platform_methods.py
@@ -14,7 +14,6 @@ JSON_SERIALIZABLE_TYPES = (bool, int, float, str)
def run_in_subprocess(builder_function):
@functools.wraps(builder_function)
def wrapper(target, source, env):
-
# Convert SCons Node instances to absolute paths
target = [node.srcnode().abspath for node in target]
source = [node.srcnode().abspath for node in source]