From 57cf768f99c614c4387a4899c275b26ee6c53f3c Mon Sep 17 00:00:00 2001 From: itycodes Date: Tue, 1 Oct 2024 08:07:55 +0200 Subject: [PATCH] Remove unnecessary import of numpy --- decode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/decode.py b/decode.py index d8ea163..2774d58 100644 --- a/decode.py +++ b/decode.py @@ -23,7 +23,6 @@ # data is a flat array, starting at top left, going right then bottom. from PIL import Image -import numpy as np import sys