fixed lint issues

This commit is contained in:
fernandocrz 2023-10-22 14:24:03 -03:00
parent 6bfb9b8918
commit 190ce1c894
2 changed files with 1 additions and 5 deletions

View File

@ -170,10 +170,6 @@ def get_all_imports(path, encoding=None, extra_ignore_dirs=None, follow_links=Tr
return list(packages - data)
def filter_line(line):
return len(line) > 0 and line[0] != "#"
def filter_ext(file_name, acceptable):
return os.path.splitext(file_name)[1] in acceptable