We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213b62b commit 25df292Copy full SHA for 25df292
1 file changed
aif_gen/cli/commands/generate.py
@@ -7,7 +7,7 @@
7
8
import click
9
import openai
10
-import yaml
+import yaml # type: ignore
11
12
from aif_gen.generate.engine import generate_continual_dataset
13
from aif_gen.util.hf import upload_to_hf
0 commit comments