-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Fix some CodeQL notices" #372
Conversation
444e78f
to
f435271
Compare
from jupyter_server.base.handlers import ( | ||
APIHandler, | ||
FileFindHandler, | ||
JupyterHandler, | ||
json_errors, | ||
) |
Check notice
Code scanning / CodeQL
Unused import
from jupyter_server.extension.serverextension import ( | ||
GREEN_ENABLED, | ||
GREEN_OK, | ||
RED_DISABLED, | ||
RED_X, | ||
) |
Check notice
Code scanning / CodeQL
Unused import
"""Server api.""" | ||
# FIXME TODO Deprecated remove this file for the next major version | ||
# Downstream package must import those items from `jupyter_server` directly | ||
from jupyter_server import _tz as tz |
Check notice
Code scanning / CodeQL
Unused import
RED_DISABLED, | ||
RED_X, | ||
) | ||
from jupyter_server.serverapp import ServerApp, aliases, flags |
Check notice
Code scanning / CodeQL
Unused import
RED_X, | ||
) | ||
from jupyter_server.serverapp import ServerApp, aliases, flags | ||
from jupyter_server.utils import url_escape, url_path_join |
Check notice
Code scanning / CodeQL
Unused import
Reverts #371 partly to restore
server.py
that may be consumed by downstream package