Skip to content
Snippets Groups Projects
Verified Commit 23e9fea4 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Fix missing Python import for List

Changelog: fixed
parent 7ae2e7be
No related branches found
No related tags found
1 merge request!151Fix missing Python import for List
Pipeline #472913 passed
......@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
import os
import re
from typing import Union
from typing import List, Union
from dotenv import load_dotenv
from helmholtz_cloud_agent.core.main import HCAApplication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment