Skip to content

Commit 3712c7b

Browse files
committed
Add missing future import
This is required for the `| None` syntax to be understood in older Python versions.
1 parent f893f9e commit 3712c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sansio/test_utils.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 typing as t
24

35
import pytest

0 commit comments

Comments
 (0)