We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a618e53 commit 79b8fafCopy full SHA for 79b8faf
tests/test_code_docstrings.py
@@ -52,7 +52,7 @@ def test_doctest_allexamples():
52
directory = r"../examples"
53
actual_path = Path(__file__).parent.absolute()
54
handled_files = []
55
- for root, subdirectories, files in os.walk(actual_path / directory):
+ for root, subdirectories, _ in os.walk(actual_path / directory):
56
for subdirectory in subdirectories:
57
subdir = Path(root) / subdirectory
58
print(subdir)
0 commit comments