From e94cc6bc508aa59cd59e01e31322f3df9d9b4ad2 Mon Sep 17 00:00:00 2001 From: Janne Liuhtonen Date: Tue, 4 Jun 2024 21:01:35 +0300 Subject: [PATCH] Remove unused import --- test/scrobbler.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/scrobbler.test.ts b/test/scrobbler.test.ts index 3aac9a5..2c13f82 100644 --- a/test/scrobbler.test.ts +++ b/test/scrobbler.test.ts @@ -5,7 +5,6 @@ import { createScrobbler } from "../src/scrobbler.js" import { Configuration } from "../src/configuration.js" import { pino } from "pino" import { createLastFmApi } from "../src/lastFm.js" -import assert from "node:assert" import { assertObservableResults } from "./util/rxUtil.js" import { trackPlayingResponse } from "./util/bluOsUtil.js"