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";