From 0392fa6910befaf58e88bee30f42fb1bc49f1dc9 Mon Sep 17 00:00:00 2001 From: Bernd Schuller Date: Tue, 1 Oct 2024 14:22:33 +0200 Subject: [PATCH] and another --- pyunicore/cli/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyunicore/cli/base.py b/pyunicore/cli/base.py index 0e26a29..9d9f08b 100644 --- a/pyunicore/cli/base.py +++ b/pyunicore/cli/base.py @@ -1,5 +1,7 @@ """ Base command class """ +from __future__ import annotations + import argparse import getpass import json