From 680b5ff819bf36397ea560f802510bce5b83f6bc Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 13 Sep 2022 21:22:35 -0400 Subject: treewide: add future annotations import --- mesonbuild/wrap/wrap.py | 1 + mesonbuild/wrap/wraptool.py | 1 + 2 files changed, 2 insertions(+) (limited to 'mesonbuild/wrap') diff --git a/mesonbuild/wrap/wrap.py b/mesonbuild/wrap/wrap.py index 076c7c8..313b749 100644 --- a/mesonbuild/wrap/wrap.py +++ b/mesonbuild/wrap/wrap.py @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations from .. import mlog import contextlib diff --git a/mesonbuild/wrap/wraptool.py b/mesonbuild/wrap/wraptool.py index bcf0e67..c009aa1 100644 --- a/mesonbuild/wrap/wraptool.py +++ b/mesonbuild/wrap/wraptool.py @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations import sys, os import configparser -- cgit v1.1