diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-09-13 21:22:35 -0400 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-02-06 23:42:43 +0530 |
commit | ef1484729e176324190638fd0c888c2b5163d560 (patch) | |
tree | ac7a89ff1c7d50d9eb4865da9bffc14a9c7dc1b9 /mesonbuild/scripts/coverage.py | |
parent | 5b9b991c4da0bc201352618e3abc50383bfda69c (diff) | |
download | meson-ef1484729e176324190638fd0c888c2b5163d560.zip meson-ef1484729e176324190638fd0c888c2b5163d560.tar.gz meson-ef1484729e176324190638fd0c888c2b5163d560.tar.bz2 |
treewide: add future annotations import
Diffstat (limited to 'mesonbuild/scripts/coverage.py')
-rw-r--r-- | mesonbuild/scripts/coverage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/scripts/coverage.py b/mesonbuild/scripts/coverage.py index 6281486..5e78639 100644 --- a/mesonbuild/scripts/coverage.py +++ b/mesonbuild/scripts/coverage.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 mesonbuild import environment, mesonlib |