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/templates/objcpptemplates.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesonbuild/templates/objcpptemplates.py') diff --git a/mesonbuild/templates/objcpptemplates.py b/mesonbuild/templates/objcpptemplates.py index 11a5091..450f2b0 100644 --- a/mesonbuild/templates/objcpptemplates.py +++ b/mesonbuild/templates/objcpptemplates.py @@ -11,6 +11,8 @@ # 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 mesonbuild.templates.sampleimpl import SampleImpl import re -- cgit v1.1