From 2658d4bc52dedb7e33737919b152d3a8e381dd37 Mon Sep 17 00:00:00 2001 From: ymlesni Date: Tue, 20 May 2025 21:21:07 +0200 Subject: [PATCH] Update sample_app.py --- sample_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_app.py b/sample_app.py index 3e1ec78..f1c9e1c 100644 --- a/sample_app.py +++ b/sample_app.py @@ -5,7 +5,7 @@ # Sample function created for demonstration of creating custom applications functionality # See also https://docs.cyfronet.pl/display/ISDOC/Creating+Custom+Applications -import numpy as np +#import numpy as np def main(numbers_file, multiplier): """