From c1c98d37fcb71b6c0f99e7bc9e2d58d5bde3bea5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Jan 2025 07:41:44 +0000 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/testcontainers/synapse.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 74625ca3b9..7ee83c3fe6 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -5,14 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com Please see LICENSE files in the repository root for full details. */ -import { - AbstractStartedContainer, - GenericContainer, - ImageName, - RestartOptions, - StartedTestContainer, - Wait, -} from "testcontainers"; +import { AbstractStartedContainer, GenericContainer, RestartOptions, StartedTestContainer, Wait } from "testcontainers"; import { APIRequestContext, TestInfo } from "@playwright/test"; import crypto from "node:crypto"; import * as YAML from "yaml";