chore: use from __future__ import annotations

This commit is contained in:
mayeut
2022-07-19 07:47:45 +02:00
parent 054230e01b
commit 6d27f05c7c
71 changed files with 285 additions and 166 deletions
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import contextlib
import platform as platform_module
import subprocess
@@ -1,3 +1,5 @@
from __future__ import annotations
import sys
from fnmatch import fnmatch
from pathlib import Path
@@ -1,3 +1,5 @@
from __future__ import annotations
import sys
import pytest
@@ -1,3 +1,5 @@
from __future__ import annotations
import sys
import textwrap