Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed May 18, 2024
1 parent c742b6d commit c5351ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/json/test/parser/number.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import type { LanguageError } from '@spyglassmc/core'
import {
showWhitespaceGlyph,
testParser,
} from '@spyglassmc/core/test-out/utils.js'
import assert from 'assert'
import snapshot from 'snap-shot-it'
import { number } from '../../lib/parser/number.js'

Expand Down

0 comments on commit c5351ab

Please sign in to comment.