From 7df07fa336e5d21b2a22e9b76fe61251ed1729e1 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 23 Jan 2023 13:21:36 +0000 Subject: [PATCH] Remove unused imports --- cypress/e2e/sliding-sync/sliding-sync.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/e2e/sliding-sync/sliding-sync.ts b/cypress/e2e/sliding-sync/sliding-sync.ts index 8689bd2088..c6d2c298fe 100644 --- a/cypress/e2e/sliding-sync/sliding-sync.ts +++ b/cypress/e2e/sliding-sync/sliding-sync.ts @@ -21,8 +21,6 @@ import { MatrixClient } from "matrix-js-sdk/src/matrix"; import { Interception } from "cypress/types/net-stubbing"; import { HomeserverInstance } from "../../plugins/utils/homeserver"; -import { SettingLevel } from "../../../src/settings/SettingLevel"; -import { Layout } from "../../../src/settings/enums/Layout"; import { ProxyInstance } from "../../plugins/sliding-sync"; describe("Sliding Sync", () => {