Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jliuhtonen committed Jun 25, 2024
1 parent e717e83 commit e94cc6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/scrobbler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e94cc6b

Please sign in to comment.