We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ec3ba commit 38f6182Copy full SHA for 38f6182
jupyter_server/prometheus/server.py
@@ -234,7 +234,7 @@ def stop(self) -> None:
234
self.http_server.stop()
235
self.http_server = None
236
237
- if hasattr(self, 'ioloop') and self.ioloop is not None:
+ if hasattr(self, "ioloop") and self.ioloop is not None:
238
# Stop the IOLoop
239
self.ioloop.add_callback(self.ioloop.stop)
240
self.ioloop = None
0 commit comments