Skip to content

Commit 44a3475

Browse files
committed
fix(tests): fix annotations for Python < 3.10
Signed-off-by: Luka Peschke <[email protected]>
1 parent 043fce1 commit 44a3475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/serializers/test_union.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
import dataclasses
24
import json
35
import uuid

0 commit comments

Comments
 (0)