Skip to content

Commit

Permalink
Remove unused import (#10963)
Browse files Browse the repository at this point in the history
# Objective

- Shorten the import list.

## Solution

- Remove unused import.
  • Loading branch information
tygyh authored Dec 13, 2023
1 parent d5e8a19 commit 195ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/start-wasm-example/tests/wasm_example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test, expect, Page } from '@playwright/test';
import { test, expect } from '@playwright/test';

test.beforeEach(async ({ page }) => {
await page.goto('http://localhost:8000/');
Expand Down

0 comments on commit 195ae08

Please sign in to comment.