Skip to content

Commit a3b7294

Browse files
committed
đź’„prettiers
1 parent 59bd354 commit a3b7294

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/messages.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import type { MessageItem } from 'vscode';
22
import { ConfigurationTarget, window } from 'vscode';
33
import type { SuppressedMessages } from './config';
44
import { urls } from './constants';
5-
import type { Source } from './constants.telemetry';
65
import type { BlameIgnoreRevsFileError } from './git/errors';
76
import { BlameIgnoreRevsFileBadRevisionError } from './git/errors';
87
import type { GitCommit } from './git/models/commit';
98
import { executeCommand, executeCoreCommand } from './system/-webview/command';
109
import { configuration } from './system/-webview/configuration';
1110
import { openUrl } from './system/-webview/vscode';
12-
import { createMarkdownCommandLink } from './system/commands';
1311
import { Logger } from './system/logger';
1412

1513
export function showBlameInvalidIgnoreRevsFileWarningMessage(

0 commit comments

Comments
 (0)