From 681edc5e13c8321d883d363d850fa9098a78f92c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 27 Mar 2025 17:00:59 +0000 Subject: [PATCH] Fix linting --- apps/web/tests/vote-and-comment.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/tests/vote-and-comment.spec.ts b/apps/web/tests/vote-and-comment.spec.ts index 8d1ca1f16..86dc6ca24 100644 --- a/apps/web/tests/vote-and-comment.spec.ts +++ b/apps/web/tests/vote-and-comment.spec.ts @@ -1,4 +1,4 @@ -import type { Page, Request } from "@playwright/test"; +import type { Page } from "@playwright/test"; import { expect, test } from "@playwright/test"; import { load } from "cheerio"; import type { PollPage } from "tests/poll-page";