summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:38 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:38 +0100
commit7434f8b4e3af0014ed55f4f2058c2e31a53305bf (patch)
treefb56262283361557eafee2a2592a3765b702cd2f /platform/linuxbsd
parent9101067666525ff97b0b63f96c001bd413587ba2 (diff)
parent3a08c646ee1e9884a020a3f7ff10c6c9d28b60ba (diff)
downloadredot-engine-7434f8b4e3af0014ed55f4f2058c2e31a53305bf.tar.gz
Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/platform_linuxbsd_builders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linuxbsd/platform_linuxbsd_builders.py b/platform/linuxbsd/platform_linuxbsd_builders.py
index 58234f3748..85d55f0ac6 100644
--- a/platform/linuxbsd/platform_linuxbsd_builders.py
+++ b/platform/linuxbsd/platform_linuxbsd_builders.py
@@ -3,6 +3,7 @@
All such functions are invoked in a subprocess on Windows to prevent build flakiness.
"""
+
import os
from platform_methods import subprocess_main