From 271253eff652bf303bfbdc5d9d33d04e6757d5b6 Mon Sep 17 00:00:00 2001 From: Wannes-Sys Date: Sun, 11 Jun 2023 22:23:10 +0000 Subject: [PATCH] numpy is life --- importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importing.py b/importing.py index ae2c731..d64648e 100644 --- a/importing.py +++ b/importing.py @@ -1,4 +1,4 @@ -# note that running this file is gonna install numpy on you computer +# note that running this file is likely gonna install numpy on you computer try: import numpy as np except ImportError: