Skip to content

Commit e2295ee

Browse files
committed
Please flake8 by removing unused variable
1 parent 5740da6 commit e2295ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _cancel_ready_event(f=None):
243243
else:
244244
ready_event_future.cancel()
245245
try:
246-
resp = await self.api_request(
246+
await self.api_request(
247247
'users/{}/servers/{}'.format(escaped_username, server_name),
248248
method='POST',
249249
body=json.dumps(data).encode('utf8'),

0 commit comments

Comments
 (0)