Skip to content

Commit d93d9d0

Browse files
committed
lint fixed
Signed-off-by: Amit Raj <[email protected]>
1 parent cf59606 commit d93d9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QEfficient/transformers/models/modeling_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def cloud_ai_100_feature_generate(
409409
}
410410
self.qpc_session.set_buffers(outputs)
411411
outputs = self.qpc_session.run(inputs)
412-
except Exception as e:
412+
except Exception:
413413
outputs = {
414414
"output": np.random.randn(self.batch_size, self.seq_len, self.qpc_session.bindings[2].dims[1]).astype(
415415
np.float32

0 commit comments

Comments
 (0)