Skip to content

Commit 8d41c7d

Browse files
committed
Remove unused import
1 parent 6e4064b commit 8d41c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parseIngredient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
rangeSeparatorRegEx,
99
trailingQuantityRegEx,
1010
} from './constants';
11-
import { identifyUnit, IdentifyUnitOptions } from './convertUnit';
11+
import { identifyUnit } from './convertUnit';
1212
import type { Ingredient, ParseIngredientOptions } from './types';
1313

1414
const newLineRegExp = /\r?\n/;

0 commit comments

Comments
 (0)