remove unused import
Some checks failed
Playwright Tests / test (push) Failing after 3m18s

This commit is contained in:
parent 822e855feb
commit 2188e3d0b6
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -1,7 +1,6 @@
import { test as base } from "@playwright/test";
import { _electron as electron } from "playwright";
import { Fixtures } from "@playwright/test";
import { execSync } from "child_process";
import path from "path";
import { extractAll } from "asar";
import { ObsidianTestFixtures } from "./fixtures.js";