Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Add typing support to Python runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 6, 2024
1 parent 54580ad commit 415ec6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/getPythonResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const getPythonResult = async (
{ keyword: "nacl", package: "pynacl" },
{ keyword: "regex", package: "regex" },
{ keyword: "hashlib", package: "hashlib" },
{ keyword: "typing", package: "typing" },
];
try {
pyodide.setStdout({ batched: onStdout });
Expand Down

0 comments on commit 415ec6f

Please sign in to comment.