From 8ca52da77682dc0d2bae84531e8e3029f42711d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Thu, 26 Oct 2023 15:41:46 +0200 Subject: [PATCH] Python formatting --- test/python/unittest/API/APITest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/unittest/API/APITest.py b/test/python/unittest/API/APITest.py index 5068bd08d8..06ee07b56a 100644 --- a/test/python/unittest/API/APITest.py +++ b/test/python/unittest/API/APITest.py @@ -26,7 +26,7 @@ tested_file_extensions = [ ext for ext in io.file_extensions - if ext != 'sst' and ext != 'ssc' and ext != 'toml' + if ext != 'sst' and ext != 'ssc' and ext != 'toml' ]