Skip to content

Clean code in mistral.py #2535

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Clean code in mistral.py #2535

wants to merge 1 commit into from

Conversation

Meeex2
Copy link

@Meeex2 Meeex2 commented May 14, 2025

Fix Typos in Comments and Remove Redundant pass Statements

Summary

This PR focuses on small, non-functional changes to improve code readability and clarity without altering any functionality.

Changes

  1. Fixed Typos in Comments:

    • Corrected spelling in comments (e.g., "Inferene" → "Inference").
    • Enhanced clarity of comments where necessary (e.g., "Clear inference" → "Clear inference-related cached attributes").
  2. Removed Redundant pass Statements:

    • Removed unnecessary pass statements in conditional blocks to improve code cleanliness.

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.

1 participant