We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750b66 commit efce998Copy full SHA for efce998
src/promplate_pyodide/utils/openai/__init__.py
@@ -21,7 +21,7 @@ async def ensure_openai(fallback_import_url: str):
21
22
return
23
24
- openai = await run_js(get_openai_js_script.replace("openai", fallback_import_url)) # noqa
+ openai = await run_js(get_openai_js_script.replace("openai", fallback_import_url))
25
26
register_js_module("openai", openai)
27
0 commit comments