Skip to content

Commit 35324f0

Browse files
committed
lint
1 parent cbb0097 commit 35324f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

torchao/experimental/packed_linear_int8_dynamic_activation_intx_weight_layout.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ def __torch_dispatch__(cls, func, types, args, kwargs):
213213
)
214214

215215
def __tensor_flatten__(self):
216-
return ["packed_weight"], [
217-
self.get_layout()
218-
]
216+
return ["packed_weight"], [self.get_layout()]
219217

220218
@classmethod
221219
def __tensor_unflatten__(

0 commit comments

Comments
 (0)