From 487e837eaf5414329792777bfa18b27f6d72b6d3 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Wed, 13 Sep 2023 15:58:10 +0200 Subject: [PATCH] Add annotations from future --- ci_cd/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci_cd/utils.py b/ci_cd/utils.py index e8117014..2e1abc29 100644 --- a/ci_cd/utils.py +++ b/ci_cd/utils.py @@ -1,6 +1,8 @@ """Repository management tasks powered by `invoke`. More information on `invoke` can be found at [pyinvoke.org](http://www.pyinvoke.org/). """ +from __future__ import annotations + import logging import platform import re