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 /platform/uwp/detect.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 'platform/uwp/detect.py')
-rw-r--r-- | platform/uwp/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/uwp/detect.py b/platform/uwp/detect.py index 64fe5bc4a2..03c4fd547e 100644 --- a/platform/uwp/detect.py +++ b/platform/uwp/detect.py @@ -21,7 +21,6 @@ def can_build(): if os.name == "nt": # building natively on windows! if os.getenv("VSINSTALLDIR"): - if os.getenv("ANGLE_SRC_PATH") is None: return False |