diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-09-13 21:22:35 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 17:01:30 -0500 |
| commit | 680b5ff819bf36397ea560f802510bce5b83f6bc (patch) | |
| tree | be858f583b6cce3fab78836b11678759078bef11 /mesonbuild/ast/printer.py | |
| parent | dcefe1f8fdd89c5f2d1329c793919396168e01d6 (diff) | |
| download | meson-680b5ff819bf36397ea560f802510bce5b83f6bc.tar.gz | |
treewide: add future annotations import
Diffstat (limited to 'mesonbuild/ast/printer.py')
| -rw-r--r-- | mesonbuild/ast/printer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/ast/printer.py b/mesonbuild/ast/printer.py index 1e33cf021..3c5391018 100644 --- a/mesonbuild/ast/printer.py +++ b/mesonbuild/ast/printer.py @@ -14,6 +14,7 @@ # This class contains the basic functionality needed to run any interpreter # or an interpreter-based tool +from __future__ import annotations from .. import mparser from . import AstVisitor |
