Skip to content

Fixed import issue for _camelCase in handlers.py #465

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

Closed
wants to merge 3 commits into from

Conversation

SHRISHTISHUKLA-0
Copy link

fixed the import issue for _camelCase in handlers.py and moves the _camelCase function to the new utils.py file for better code and also updates the import statements in handlers.py to use from utils import _camelCase because the function _camelCase was missing causing an error well moving it to utils.py ensures it can be reused in other parts of code so basically what I did *first created a new utils.py file then *second moved _cameCase and is url functions to utils.py and *third updated handlers.py to import _camelCase from utils.py.

@krassowski
Copy link
Member

As discussed before in jupyterlab/jupyterlab#17205, PRs should address previously defined issues. This PR appears to be fully AI-generated and removes valid code - closing.

@krassowski krassowski closed this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants