Skip to content

Commit 25df292

Browse files
committed
typing error fix
1 parent 213b62b commit 25df292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aif_gen/cli/commands/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import click
99
import openai
10-
import yaml
10+
import yaml # type: ignore
1111

1212
from aif_gen.generate.engine import generate_continual_dataset
1313
from aif_gen.util.hf import upload_to_hf

0 commit comments

Comments
 (0)