Skip to content

Commit e41b537

Browse files
Remove unused variables
1 parent af56aa4 commit e41b537

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)