Skip to content

Commit c24734c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3242,7 +3242,7 @@ async def _cleanup(self) -> None:
32423242
self.http_server.stop()
32433243
if hasattr(self, "metrics_server"):
32443244
# Stop the metrics server if it's running
3245-
if hasattr(self.metrics_server, 'stop'):
3245+
if hasattr(self.metrics_server, "stop"):
32463246
self.metrics_server.stop()
32473247

32483248
def start_ioloop(self) -> None:

0 commit comments

Comments
 (0)