Skip to content

Commit

Permalink
Remove superfluous import.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Aug 6, 2023
1 parent dc6bfde commit fdd1ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import {
CachedMetadata,
TFile,
Notice,
debounce,
Debouncer,
debounce
} from "obsidian";

function basename(path: string): string {
Expand Down

0 comments on commit fdd1ba9

Please sign in to comment.