Skip to content

Commit

Permalink
fix: extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical committed Dec 18, 2024
1 parent c7c2e63 commit d9bd07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar/parser-error.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { MatchResult } from "ohm-js";
import { ErrorDisplay } from "../error/display";
import { locationStr, TactCompilationError } from "../errors";
import { TactCompilationError } from "../errors";
import { getSrcInfoFromOhm, ItemOrigin, SrcInfo } from "./src-info";

const attributeSchema =
Expand Down

0 comments on commit d9bd07f

Please sign in to comment.