Skip to content

Commit

Permalink
Merge branch 'main' into refactor-mutation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg authored Oct 10, 2024
2 parents f84253f + 677924a commit 9528f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions norms/wsocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ async def main():
async with serve(echo, "localhost", 8765):
await asyncio.Future() # run forever


if __name__ == "__main__":
asyncio.run(main())

0 comments on commit 9528f07

Please sign in to comment.