Skip to content

Commit

Permalink
fix: isKnownOpcode unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronO committed Aug 12, 2024
1 parent 364de14 commit e3eccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/core/src/parse.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { crc32 } from "@foxglove/crc";

import Reader from "./Reader";
import { isKnownOpcode, MCAP_MAGIC, Opcode } from "./constants";
import { MCAP_MAGIC, Opcode } from "./constants";
import { McapMagic, TypedMcapRecord } from "./types";

/**
Expand Down

0 comments on commit e3eccc0

Please sign in to comment.