Skip to content

Commit 38f6182

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d2ec3ba commit 38f6182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/prometheus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def stop(self) -> None:
234234
self.http_server.stop()
235235
self.http_server = None
236236

237-
if hasattr(self, 'ioloop') and self.ioloop is not None:
237+
if hasattr(self, "ioloop") and self.ioloop is not None:
238238
# Stop the IOLoop
239239
self.ioloop.add_callback(self.ioloop.stop)
240240
self.ioloop = None

0 commit comments

Comments
 (0)