From 41aa928e7e32fafeb16183ae626c1712001e03a2 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Mon, 16 Dec 2024 19:21:29 -0700 Subject: [PATCH] Fix a ruffF821 error in byte.py This requires adding an import, python-magic. I don't know what byte.py is for, or whether you want this fix. --- byte.py | 1 + 1 file changed, 1 insertion(+) diff --git a/byte.py b/byte.py index d0a5a92f..23c2166c 100644 --- a/byte.py +++ b/byte.py @@ -5,6 +5,7 @@ from PIL import Image import numpy as np import torch import struct +import magic from enum import auto