Skip to content

Commit 2f4521d

Browse files
committed
fix(tests): add __future__ annotations for Python 3.8/3.9 compat
1 parent a8c34b3 commit 2f4521d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/test_v1_protocol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
"""
24
Integration tests for the V1 (command-line JSON-RPC) protocol.
35

0 commit comments

Comments
 (0)