Skip to content
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

[Chore] Clean up unused imports, fix typos, and organize functions #1086

Open
miguelcsx opened this issue Oct 23, 2024 · 2 comments · May be fixed by #1087
Open

[Chore] Clean up unused imports, fix typos, and organize functions #1086

miguelcsx opened this issue Oct 23, 2024 · 2 comments · May be fixed by #1087

Comments

@miguelcsx
Copy link
Contributor

Description

We need to perform some non-functional code maintenance tasks to improve code quality, readability, and style consistency. This includes:

  • Removing unused imports
  • Fixing minor typos in the codebase
  • Reorganizing functions for better readability and style consistency

These changes do not alter any functionality, but improve code maintainability.

miguelcsx added a commit to miguelcsx/baml that referenced this issue Oct 23, 2024
…ze style

- removed unused imports

- fixed typos in code and comments

- reorganized function for improved readability and style
@hellovai
Copy link
Contributor

highly recommend not acutally removing the imports atm. We have some large changes that will do some major refactors!

I would wait until #1006 is complete

@miguelcsx
Copy link
Contributor Author

@hellovai ok, i'll restore the removed imports.

miguelcsx added a commit to miguelcsx/baml that referenced this issue Oct 23, 2024
- fixed typos in code and comments

- reorganized function for improved readability and style
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 a pull request may close this issue.

2 participants