We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19406d commit 0eca538Copy full SHA for 0eca538
jupyterlab_server/listings_handler.py
@@ -82,7 +82,7 @@ class ListingsHandler(APIHandler):
82
# The PeriodicCallback that schedule the call to fetch_listings method.
83
pc = None
84
85
- @web.authenticated
+ @tornado.web.authenticated
86
def get(self, path: str) -> None:
87
"""Get the listings for the extension manager."""
88
self.set_header("Content-Type", "application/json")
0 commit comments