Skip to content
Snippets Groups Projects
Verified Commit 6f28c68e authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Rename types module to annotations to avoid collision with existing external module

parent b09484fb
No related branches found
No related tags found
1 merge request!286Add Edge Port, GÉANT IP and IAS products
......@@ -37,7 +37,7 @@ def _setup_connection() -> tuple[connector.Connector, IPAMParams]:
return connector.Connector(options), oss
def _allocate_network( # noqa: PLR0917
def _allocate_network(
conn: connector.Connector,
dns_view: str,
network_view: str,
......
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