Skip to content

Commit f6437f4

Browse files
committed
fix(obsidian): remove unused import
1 parent 843030e commit f6437f4

File tree

1 file changed

+0
-1
lines changed
  • packages/obsidian-plugin/src

1 file changed

+0
-1
lines changed

packages/obsidian-plugin/src/lint.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
RangeSet
2222
} from '@codemirror/state';
2323
import elt from 'crelt';
24-
import { Lint } from 'harper.js';
2524

2625
type Severity = 'hint' | 'info' | 'warning' | 'error';
2726

0 commit comments

Comments
 (0)