Skip to content

Commit 0eca538

Browse files
authored
Fix name
1 parent b19406d commit 0eca538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/listings_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ListingsHandler(APIHandler):
8282
# The PeriodicCallback that schedule the call to fetch_listings method.
8383
pc = None
8484

85-
@web.authenticated
85+
@tornado.web.authenticated
8686
def get(self, path: str) -> None:
8787
"""Get the listings for the extension manager."""
8888
self.set_header("Content-Type", "application/json")

0 commit comments

Comments
 (0)