diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-08-15 23:00:10 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2023-10-20 18:07:05 -0400 |
| commit | 1cf0ed0997de355d15d9418448423ecf06a62467 (patch) | |
| tree | de3761ec51f1fa1d5dbb3bbf1d9e00c3fa5ea912 /mesonbuild/_pathlib.py | |
| parent | 46cedeb431a67cde1c26c6d936bdd84ea8392d6f (diff) | |
| download | meson-1cf0ed0997de355d15d9418448423ecf06a62467.tar.gz | |
add missing imports for future annotations
Diffstat (limited to 'mesonbuild/_pathlib.py')
| -rw-r--r-- | mesonbuild/_pathlib.py | 1 |
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 |
