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 0164fe8 commit d2ec3baCopy full SHA for d2ec3ba
jupyter_server/prometheus/server.py
@@ -234,11 +234,7 @@ def stop(self) -> None:
234
self.http_server.stop()
235
self.http_server = None
236
237
-<<<<<<< HEAD
238
- if hasattr(self, "ioloop") and self.ioloop:
239
-=======
240
if hasattr(self, 'ioloop') and self.ioloop is not None:
241
->>>>>>> 96530763b ([feat/1316] test cases fix)
242
# Stop the IOLoop
243
self.ioloop.add_callback(self.ioloop.stop)
244
self.ioloop = None
0 commit comments