Skip to content

Commit 577e76a

Browse files
committed
fix py3.9 tests
1 parent eb633af commit 577e76a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/plugins/os/unix/test__os.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 tempfile
24
from io import BytesIO
35
from pathlib import Path

0 commit comments

Comments
 (0)