Skip to content

Commit

Permalink
fix(tests): fix annotations for Python < 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <mail@lukapeschke.com>
  • Loading branch information
lukapeschke committed Nov 6, 2024
1 parent 043fce1 commit 44a3475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/serializers/test_union.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import dataclasses
import json
import uuid
Expand Down

0 comments on commit 44a3475

Please sign in to comment.