Skip to content

Commit 5112418

Browse files
committed
lint
1 parent 08543b6 commit 5112418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/etc/lldb_providers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def get_template_args(type_name: str) -> Generator[str, None, None]:
145145
Each element of the returned list can be looked up for its `SBType` value via
146146
`SBTarget.FindFirstType()`
147147
"""
148-
params = []
149148
level = 0
150149
start = 0
151150
for i, c in enumerate(type_name):

0 commit comments

Comments
 (0)