Skip to content

Conversation

@SongHyeopPark
Copy link
Collaborator

fix envector lint

Copilot AI review requested due to automatic review settings November 21, 2025 15:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses linting issues in the envector client codebase by reorganizing imports, removing unused imports, and applying modern Python typing conventions.

Key changes:

  • Standardized import ordering to follow Python conventions (stdlib imports before third-party)
  • Modernized type hints by replacing Dict with dict and Iterable typing
  • Removed unused imports and unnecessary else clauses

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
vectordb_bench/log_util.py Reordered imports to place os after standard library imports
vectordb_bench/backend/clients/envector/envector.py Reorganized imports, modernized type hints from Dict to dict, and removed unnecessary else clause
vectordb_bench/backend/clients/envector/config.py Removed unused SQType import
vectordb_bench/backend/clients/envector/cli.py Alphabetically sorted imports in two function locations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@SongHyeopPark SongHyeopPark merged commit 7aaa047 into main Nov 22, 2025
4 checks passed
@SongHyeopPark SongHyeopPark deleted the fix/envector-lint branch November 22, 2025 10:07
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.

3 participants