Skip to content

Commit 9205f17

Browse files
committed
Typos
1 parent 23db525 commit 9205f17

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

examples/endpoints/svm/sol_price.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
4. Zero-config usage - just works!
99
"""
1010

11-
import asyncio
1211
import os
1312
import sys
1413
import time
1514
from datetime import datetime
1615
from pathlib import Path
1716

17+
import anyio
18+
1819
# Use pathlib to resolve the parent directory four levels up
1920
sys.path.insert(0, str(Path(__file__).resolve().parent.parent.parent.parent))
2021

@@ -159,4 +160,4 @@ async def main():
159160

160161

161162
if __name__ == "__main__":
162-
asyncio.run(main())
163+
anyio.run(main)

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)