Remove unused import

This commit is contained in:
Matt Bierner
2017-12-07 12:49:20 -08:00
parent ebfd5dc480
commit 7656a3af59

View File

@@ -7,7 +7,6 @@ import * as vscode from 'vscode';
import * as path from 'path';
import { TableOfContentsProvider } from './tableOfContentsProvider';
import { MarkdownIt, Token } from 'markdown-it';
import { OpenDocumentLinkCommand } from './commands';
const FrontMatterRegex = /^---\s*[^]*?(-{3}|\.{3})\s*/;