From 62fb51e588e98eda8bc16993bc67207778dbe6a6 Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Thu, 27 Jun 2024 16:07:55 +0200 Subject: [PATCH] chore: patch formatting --- .../smart_contracts/{{ contract_name }}/contract.py.j2 | 1 - .../smart_contracts/{{ contract_name }}/contract.py.j2 | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/generators/starter_python_smart_contract_python/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 b/examples/generators/starter_python_smart_contract_python/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 index e324d8d..829e3a0 100644 --- a/examples/generators/starter_python_smart_contract_python/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 +++ b/examples/generators/starter_python_smart_contract_python/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 @@ -7,4 +7,3 @@ class {{ contract_name.split('_')|map('capitalize')|join }}(ARC4Contract): @abimethod() def hello(self, name: String) -> String: return "Hello, " + name - diff --git a/examples/generators/starter_python_smart_contract_typescript/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 b/examples/generators/starter_python_smart_contract_typescript/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 index e324d8d..829e3a0 100644 --- a/examples/generators/starter_python_smart_contract_typescript/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 +++ b/examples/generators/starter_python_smart_contract_typescript/.algokit/generators/create_contract/smart_contracts/{{ contract_name }}/contract.py.j2 @@ -7,4 +7,3 @@ class {{ contract_name.split('_')|map('capitalize')|join }}(ARC4Contract): @abimethod() def hello(self, name: String) -> String: return "Hello, " + name -