We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea29e3 commit 803ead0Copy full SHA for 803ead0
src/viam/sessions_client.py
@@ -31,7 +31,7 @@
31
32
33
def loop_kwargs():
34
- if sys.version_info[:2] <= (3, 9):
+ if sys.version_info <= (3, 9):
35
return {"loop": asyncio.get_running_loop()}
36
return {}
37
0 commit comments