Cleanup: quiet python linter warnings
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user