aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/depfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/depfile.py')
-rw-r--r--mesonbuild/depfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/depfile.py b/mesonbuild/depfile.py
index 912a817..d346136 100644
--- a/mesonbuild/depfile.py
+++ b/mesonbuild/depfile.py
@@ -10,6 +10,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
import typing as T