Skip to content

Commit b2de173

Browse files
authored
Merge pull request #2 from ipeirotis/deepsource-fix-fa958c0d
Remove unused variables
2 parents af56aa4 + e41b537 commit b2de173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binder/test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_notebooks(path):
3838

3939
for notebook in sorted(notebooks):
4040
print(notebook)
41-
nb, errors = notebook_run(join(path, notebook))
41+
_, errors = notebook_run(join(path, notebook))
4242
assert errors == []
4343

4444
for directory in sorted(directories):

0 commit comments

Comments
 (0)