Skip to content

Commit b6d0fdc

Browse files
committed
fixup! refactor: Extract port enumeration helpers to dedicated module
1 parent dc0699a commit b6d0fdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

esptool/port_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def get_port_list(
2424

2525

2626
def _get_port_list(
27-
vids: list[str] = [],
28-
pids: list[str] = [],
27+
vids: list[int] = [],
28+
pids: list[int] = [],
2929
names: list[str] = [],
3030
serials: list[str] = [],
3131
) -> list[ListPortInfo]:

0 commit comments

Comments
 (0)