Skip to content

Commit 6a13ca0

Browse files
committed
codestyle
1 parent 46b932e commit 6a13ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/qiita_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def delete_file_from_central(self, filepath):
926926
elif self._plugincoupling == 'https':
927927
# will return in internal server error, when qiita is in productive
928928
# mode
929-
response = self.get(
929+
self.get(
930930
'/cloud/delete_file_from_central/' + filepath,
931931
rettype='object')
932932

0 commit comments

Comments
 (0)