Skip to content

Commit

Permalink
Add missing future import
Browse files Browse the repository at this point in the history
This is required for the `| None` syntax to be understood in older
Python versions.
  • Loading branch information
pgjones committed Aug 12, 2023
1 parent f893f9e commit 3712c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sansio/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import typing as t

import pytest
Expand Down

0 comments on commit 3712c7b

Please sign in to comment.