Skip to content

refactor: remove unused import#155

Open
noritaka1166 wants to merge 1 commit into
AppiumTestDistribution:mainfrom
noritaka1166:remove-unused-import
Open

refactor: remove unused import#155
noritaka1166 wants to merge 1 commit into
AppiumTestDistribution:mainfrom
noritaka1166:remove-unused-import

Conversation

@noritaka1166

@noritaka1166 noritaka1166 commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

remove unused import for better readability

@saikrishna321 saikrishna321 requested a review from Copilot October 17, 2025 16:12

Copilot AI left a comment

Copy link
Copy Markdown

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 removes unused imports across multiple files to improve code cleanliness and readability.

  • Removes unused function imports from test files
  • Removes unused type and driver imports from source files
  • Removes unused Node.js module imports from configuration and utility files

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/unit/element.specs.ts Removes unused element operation imports (click, elementDisplayed, elementEnabled)
src/commands/element.ts Removes unused JWProxy import
src/android.ts Removes unused InitialOpts type import
flutter-finder/wdio-flutter-by-service/src/utils.ts Removes unused path and pathToFileURL imports
android.conf.ts Removes unused join import from node:path

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@noritaka1166

Copy link
Copy Markdown
Contributor Author

@saikrishna321
Hi! Just a gentle ping on this PR.

This removes a few unused imports, but if this cleanup is no longer needed, please feel free to close it. No worries either way!

Thanks for maintaining this project.

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