Skip to content

Commit 07efd64

Browse files
committed
remove unused variable name
1 parent 41fa351 commit 07efd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/tests/test_qiita_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def test_delete_file_from_central(self):
504504
self.clean_up_files.append(fp_test)
505505
try:
506506
self.qclient.push_file_to_central(fp_test)
507-
except ForbiddenError as e:
507+
except ForbiddenError:
508508
# previous test instances might not have cleaned this file
509509
# properly if ran with https protocol
510510
pass

0 commit comments

Comments
 (0)