Commit fed90247 authored by George Papathanail's avatar George Papathanail
Browse files

update pyproject.toml

parent 40a326e2
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -219,12 +219,7 @@ def get_app_instance(app_id=None, x_correlator=None, app_instance_id=None, regio


def delete_app_instance(appInstanceId: str, x_correlator=None):
    """
    Terminate an Application Instance
    
    - Removes a specific app instance from the database.
    - Returns 204 if deleted, 404 if not found.
    """
    try:
        pi_edge_client_factory = PiEdgeAPIClientFactory()
        pi_edge_client = pi_edge_client_factory.create_pi_edge_api_client()
+7 −0
Original line number Diff line number Diff line
@@ -51,3 +51,10 @@ skip-magic-trailing-comma = false
line-ending = "auto"
docstring-code-format = false
docstring-code-line-length = "dynamic"


[tool.hatch.build.targets.wheel]
packages = ["edge_cloud_management_api"]