diff options
Diffstat (limited to 'mesonbuild/templates/samplefactory.py')
| -rw-r--r-- | mesonbuild/templates/samplefactory.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/templates/samplefactory.py b/mesonbuild/templates/samplefactory.py index 3678a02ff..195083764 100644 --- a/mesonbuild/templates/samplefactory.py +++ b/mesonbuild/templates/samplefactory.py @@ -11,6 +11,8 @@ # 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.templates.valatemplates import ValaProject from mesonbuild.templates.fortrantemplates import FortranProject from mesonbuild.templates.objcpptemplates import ObjCppProject |
