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.
pull/738/head
evelynmitchell 7 months ago
parent a444440117
commit 41aa928e7e

@ -5,6 +5,7 @@ from PIL import Image
import numpy as np
import torch
import struct
import magic
from enum import auto

Loading…
Cancel
Save