Python: Run ruff linter

This commit is contained in:
Simon Hausmann 2025-02-18 13:58:22 +00:00 committed by Simon Hausmann
parent 18032e13b4
commit 1fc0c79cbd
11 changed files with 31 additions and 38 deletions

View file

@ -4,7 +4,6 @@
import pytest
from slint import load_file, CompileError
import os
from typing import cast
def base_dir() -> str: