Cleanup: quiet python linter warnings

This commit is contained in:
Campbell Barton
2025-04-16 11:08:40 +10:00
parent f445df26f7
commit 9567ac1272
14 changed files with 14 additions and 16 deletions

View File

@@ -10,14 +10,14 @@ __all__ = (
import os
from os.path import join
from trailing_space_clean_config import PATHS
from collections.abc import (
Callable,
Iterator,
Sequence,
)
from trailing_space_clean_config import PATHS
SOURCE_EXT = (
# C/C++
".c", ".h", ".cpp", ".hpp", ".cc", ".hh", ".cxx", ".hxx", ".inl",