Fix linting

This commit is contained in:
Luke Vella 2025-03-27 17:00:59 +00:00
parent 1808ba6601
commit 681edc5e13
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -1,4 +1,4 @@
import type { Page, Request } from "@playwright/test"; import type { Page } from "@playwright/test";
import { expect, test } from "@playwright/test"; import { expect, test } from "@playwright/test";
import { load } from "cheerio"; import { load } from "cheerio";
import type { PollPage } from "tests/poll-page"; import type { PollPage } from "tests/poll-page";