Skip to content

Commit e789581

Browse files
refactor: remove unused import
1 parent 3dea537 commit e789581

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import commitlintLoad from '@commitlint/load';
2-
import { PromptModule, prompt } from 'inquirer';
2+
import { PromptModule } from 'inquirer';
33
import { Commit } from 'commitizen';
44
import { engine } from './engine';
55

@@ -11,6 +11,7 @@ export async function prompter(cz: { prompt: PromptModule }, commit: Commit) {
1111
/**
1212
* Hacking
1313
*
14-
* Uncomment the following line for simplified local development without commitizen.
14+
* Uncomment the following lines for simplified local development without commitizen.
1515
*/
16+
// import { prompt } from 'inquirer';
1617
// prompter({ prompt }, value => console.log(value));

0 commit comments

Comments
 (0)