Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lgtm_ai/ai/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
)
"""Type of all supported AI models in lgtm."""

foo = 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦉 ✨ Quality

Severity: LOW 🔵

foo = 1

The variable foo appears to be unused. Please remove it to keep the codebase clean.

More information about this comment
  • File: src/lgtm_ai/ai/schemas.py
  • Line: 59
  • Relative line: 4

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦉 ✨ Quality

Severity: LOW 🔵

foo = 1

This variable foo appears to be unused. It seems to be a leftover from a debugging session and should be removed to maintain code cleanliness.

More information about this comment
  • File: src/lgtm_ai/ai/schemas.py
  • Line: 59
  • Relative line: 4

SupportedAIModelsList: Final[tuple[SupportedAIModels, ...]] = (
get_args(ChatModel)
+ get_args(SupportedGeminiModel)
Expand Down