Skip to content

Commit 137228a

Browse files
author
Chun-I Tsai
committed
Fix lint
1 parent f2ce0e7 commit 137228a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backends/qualcomm/_passes/utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88

99
import torch
1010
from executorch.backends.qualcomm.builders.utils import get_parameter
11-
from executorch.backends.qualcomm.utils.constants import (
12-
QCOM_DTYPE,
13-
QCOM_ENCODING,
14-
)
11+
from executorch.backends.qualcomm.utils.constants import QCOM_DTYPE, QCOM_ENCODING
1512
from executorch.exir.dialects._ops import ops as exir_ops
1613
from torch._subclasses import FakeTensor
1714

0 commit comments

Comments
 (0)