From 911544a0a826e4c4d5f835c61d4436aaa78628c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wywia=C5=82?= Date: Thu, 31 Oct 2024 23:34:26 +0100 Subject: [PATCH] test: Fix tests for python >= 3.8 (annotations) --- src/runenv/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runenv/__init__.py b/src/runenv/__init__.py index 623c9e5..239c461 100644 --- a/src/runenv/__init__.py +++ b/src/runenv/__init__.py @@ -1,6 +1,8 @@ # SPDX-FileCopyrightText: 2015-present Marek WywiaƂ # # SPDX-License-Identifier: MIT +from __future__ import annotations + import argparse import logging import os