From 30b64ca880585ae372afb11e7af2549814269965 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 15 Jan 2025 16:18:02 +0000 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/pages/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright/pages/client.ts b/playwright/pages/client.ts index 7d3ce113e8a..611a6cef190 100644 --- a/playwright/pages/client.ts +++ b/playwright/pages/client.ts @@ -15,7 +15,6 @@ import type { ICreateRoomOpts, ISendEventResponse, MatrixClient, - Room, MatrixEvent, ReceiptType, IRoomDirectoryOptions,