Skip to content

Commit

Permalink
chore: avoid duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
lovebug356 committed Nov 1, 2023
1 parent fdcdbbe commit 7fe04df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/command_not_found/myhook.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {Hook, toConfiguredId, CliUx} from '@oclif/core';
import {Help, Hook, toConfiguredId, CliUx} from '@oclif/core';
import chalk from 'chalk';
import {default as levenshtein} from 'fast-levenshtein';
import { Help } from '@oclif/core';

export const closest = (target: string, possibilities: string[]): string =>
possibilities
Expand Down

0 comments on commit 7fe04df

Please sign in to comment.