From 8b11b9959ab06eee9a3966e4d21d3a0f19b76d0d Mon Sep 17 00:00:00 2001 From: Neil Campbell Date: Tue, 26 Mar 2024 22:03:24 +0800 Subject: [PATCH] chore: ignore pylance warning --- .../production_python/smart_contracts/hello_world/contract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/production_python/smart_contracts/hello_world/contract.py b/examples/production_python/smart_contracts/hello_world/contract.py index a0b333a..9052c05 100644 --- a/examples/production_python/smart_contracts/hello_world/contract.py +++ b/examples/production_python/smart_contracts/hello_world/contract.py @@ -1,3 +1,4 @@ +# pyright: reportMissingModuleSource=false from algopy import ARC4Contract, arc4