Skip to content
Snippets Groups Projects
Commit 0cba4600 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Merge branch 'fix-missing-import' into 'master'

Fix missing Python import for List

See merge request !151
parents 7ae2e7be 23e9fea4
No related branches found
No related tags found
1 merge request!151Fix missing Python import for List
Pipeline #472936 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