We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acb984 commit a21a26bCopy full SHA for a21a26b
1 file changed
tests/conftest.py
@@ -1,5 +1,7 @@
1
"""Shared pytest fixtures for Miette tests."""
2
3
+from __future__ import annotations
4
+
5
import warnings
6
from collections.abc import Iterator
7
0 commit comments