Skip to content

Commit 9695582

Browse files
committed
Add missing import
1 parent 112339b commit 9695582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vec_inf/cli/_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Helper classes for the CLI."""
22

3+
from pathlib import Path
34
from typing import Any, Union
45

56
import click

0 commit comments

Comments
 (0)