Remove todo comment about .pth files

WRT to addition of +auto argument, all .pth files should be classified
as other files.
This commit is contained in:
Tomas Hrnciar 2020-08-03 10:52:02 +02:00
parent 91c8c27c63
commit 0259b46867

View File

@ -215,7 +215,6 @@ def classify_paths(
paths, name, "script", *pycached(path, python_version) paths, name, "script", *pycached(path, python_version)
) )
else: else:
# TODO classify .pth files
warnings.warn(f"Unrecognized file: {path}") warnings.warn(f"Unrecognized file: {path}")
paths["other"]["files"].append(path) paths["other"]["files"].append(path)
else: else: