Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fajin-corp committed Jul 5, 2024
1 parent afbec0f commit f54a984
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -609,11 +609,7 @@ def test_matmulnbits(self):

initializers = [b, scale, zero_point]

kwargs = {
"K": 10,
"N": 4,
"block_size": 16
}
kwargs = {"K": 10, "N": 4, "block_size": 16}

nodes = [
helper.make_node(
Expand All @@ -625,7 +621,7 @@ def test_matmulnbits(self):
"zero_point",
],
outputs=["output_f32"],
**kwargs
**kwargs,
),
]

Expand Down

0 comments on commit f54a984

Please sign in to comment.