Skip to content

Commit

Permalink
main: fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Nov 15, 2024
1 parent f62e9d2 commit 77fcbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from antsibull_build.sanity_tests import Output as SanityTestsOutput
from antsibull_build.tagging import CollectionTagData
from antsibull_build.types import CollectionName, make_collection_mapping
from antsibull_build_core.yaml import load_yaml_file, store_yaml_stream
from antsibull_core.yaml import load_yaml_file, store_yaml_stream
from yarl import URL

app = typer.Typer()
Expand Down

0 comments on commit 77fcbce

Please sign in to comment.