Skip to content

Commit

Permalink
Fix a ruffF821 error in byte.py
Browse files Browse the repository at this point in the history
This requires adding an import, python-magic. I don't know what byte.py is for, or whether you want this fix.
  • Loading branch information
evelynmitchell committed Dec 17, 2024
1 parent a444440 commit 41aa928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions byte.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import numpy as np
import torch
import struct
import magic


from enum import auto
Expand Down

0 comments on commit 41aa928

Please sign in to comment.