Skip to content

Commit efce998

Browse files
chore: remove unnecessary noqa
1 parent 3750b66 commit efce998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/promplate_pyodide/utils/openai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def ensure_openai(fallback_import_url: str):
2121

2222
return
2323

24-
openai = await run_js(get_openai_js_script.replace("openai", fallback_import_url)) # noqa
24+
openai = await run_js(get_openai_js_script.replace("openai", fallback_import_url))
2525

2626
register_js_module("openai", openai)
2727

0 commit comments

Comments
 (0)