Skip to content

Commit e01d538

Browse files
committed
Lint: Fix ruff complaint
1 parent 9a2357d commit e01d538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingredient_parser/en/_foundationfoods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def find_best_match(self, tokens: list[str]) -> list[FDCIngredientMatch]:
329329
@lru_cache
330330
def get_usif_matcher() -> uSIF:
331331
"""Cached function for returning instantiated uSIF object.
332-
332+
333333
Returns
334334
-------
335335
uSIF

0 commit comments

Comments
 (0)