Skip to content

Commit 2fa8acb

Browse files
committed
add type annotation future
1 parent c4a7eb9 commit 2fa8acb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/integration/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""Test configuration before everything runs."""
2+
3+
4+
from __future__ import annotations
5+
26
import os
37

48
import numpy as np

0 commit comments

Comments
 (0)