Skip to content

Commit 7e7edda

Browse files
committed
Remove unnecessary import
1 parent 6c9b862 commit 7e7edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events-listener.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Vault, TAbstractFile, TFolder, EventRef } from "obsidian";
1+
import { Vault, TAbstractFile, TFolder } from "obsidian";
22
import MetadataStore, { MANIFEST_FILE_NAME } from "./metadata-store";
33
import { GitHubSyncSettings } from "./settings/settings";
44
import Logger from "./logger";

0 commit comments

Comments
 (0)