Skip to content

Commit

Permalink
remove unused simple logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Oct 8, 2024
1 parent 6f0f4e7 commit bae6bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/coordinator/src/checkpointer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ExponentialBackoff } from "@trigger.dev/core/v3/apps";
import { testDockerCheckpoint } from "@trigger.dev/core/v3/apps";
import { SimpleLogger } from "@trigger.dev/core/v3/apps";
import { nanoid } from "nanoid";
import fs from "node:fs/promises";
import { ChaosMonkey } from "./chaosMonkey";
Expand Down

0 comments on commit bae6bbf

Please sign in to comment.