Skip to content

Commit 8eadb50

Browse files
TimDettmersclaude
andcommitted
style: Remove redundant noqa comments (covered by per-file-ignores)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4222cd1 commit 8eadb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/bench_dequant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
import torch
2828

29-
from bitsandbytes.functional import create_normal_float_codebook # noqa: E402
29+
from bitsandbytes.functional import create_normal_float_codebook
3030

3131
parser = argparse.ArgumentParser()
3232
parser.add_argument(

benchmarks/ncu_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
sys.path.insert(0, os.path.abspath(p))
2424
break
2525

26-
from bitsandbytes.functional import create_normal_float_codebook # noqa: E402
26+
from bitsandbytes.functional import create_normal_float_codebook
2727

2828
KERNEL = os.environ.get("KERNEL", "mma")
2929
m_vals = [int(x) for x in os.environ.get("M_VALS", "1,2,3,4,5,6,7,8").split(",")]

0 commit comments

Comments
 (0)