Skip to content

Commit

Permalink
Add backwards-compatible annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kjelljorner committed Aug 28, 2023
1 parent 123d0ef commit 230d33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Test utility functions and classes."""

from __future__ import annotations

from collections.abc import Sequence
import itertools
import sys
Expand Down

0 comments on commit 230d33f

Please sign in to comment.