summaryrefslogtreecommitdiff
path: root/mesonbuild/_pathlib.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-08-15 23:00:10 -0400
committerXavier Claessens <xclaesse@gmail.com>2023-10-20 18:07:05 -0400
commit1cf0ed0997de355d15d9418448423ecf06a62467 (patch)
treede3761ec51f1fa1d5dbb3bbf1d9e00c3fa5ea912 /mesonbuild/_pathlib.py
parent46cedeb431a67cde1c26c6d936bdd84ea8392d6f (diff)
downloadmeson-1cf0ed0997de355d15d9418448423ecf06a62467.tar.gz
add missing imports for future annotations
Diffstat (limited to 'mesonbuild/_pathlib.py')
-rw-r--r--mesonbuild/_pathlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/_pathlib.py b/mesonbuild/_pathlib.py
index 640b5ed21..561a135db 100644
--- a/mesonbuild/_pathlib.py
+++ b/mesonbuild/_pathlib.py
@@ -29,6 +29,7 @@
python bugs are fixed and it is OK to tell our users to "just upgrade
python".
'''
+from __future__ import annotations
import pathlib
import os