Skip to content

Commit

Permalink
destutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Creech committed Feb 20, 2024
1 parent 870b3f7 commit 22f1c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/post/python-nodejs-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ made a _new_ thing!

```python
import asyncio
from nodejs_eval.eval import evaluator
from nodejs_eval import evaluator

async def demo():
# Let's run some JavaScript from Python!
Expand Down Expand Up @@ -137,7 +137,7 @@ In action it looks like:

```python
import asyncio
from nodejs_eval.eval import evaluator
from nodejs_eval import evaluator

async def demo():
# Let's run some JavaScript from Python!
Expand Down

0 comments on commit 22f1c55

Please sign in to comment.