Remove cancelation workflow
Compare changes
+ 6
− 9
@@ -19,10 +19,6 @@ class AllocationError(Exception):
@@ -19,10 +19,6 @@ class AllocationError(Exception):
@@ -158,7 +154,7 @@ def delete_network(ip_network: ipaddress.IPv4Network | ipaddress.IPv6Network) ->
@@ -158,7 +154,7 @@ def delete_network(ip_network: ipaddress.IPv4Network | ipaddress.IPv6Network) ->
@@ -253,8 +249,9 @@ def create_host_by_ip(
@@ -253,8 +249,9 @@ def create_host_by_ip(
@@ -331,7 +328,7 @@ def delete_host_by_ip(ip_addr: ipaddress.IPv4Address | ipaddress.IPv6Address) ->
@@ -331,7 +328,7 @@ def delete_host_by_ip(ip_addr: ipaddress.IPv4Address | ipaddress.IPv6Address) ->
@@ -348,4 +345,4 @@ def delete_host_by_fqdn(fqdn: str) -> None:
@@ -348,4 +345,4 @@ def delete_host_by_fqdn(fqdn: str) -> None: