Skip to content

Commit 803ead0

Browse files
committed
CR@njooma
1 parent 7ea29e3 commit 803ead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sessions_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
def loop_kwargs():
34-
if sys.version_info[:2] <= (3, 9):
34+
if sys.version_info <= (3, 9):
3535
return {"loop": asyncio.get_running_loop()}
3636
return {}
3737

0 commit comments

Comments
 (0)