Skip to content

Commit 307b955

Browse files
jaenrig-ifxactions-user
authored andcommitted
tools/psoc6/wsl-usb.py: Fixed ruff formatting rules.
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
1 parent c901a37 commit 307b955

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/psoc6/wsl-usb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Use this script to avoid attaching manually usb devices
2+
Use this script to avoid attaching manually usb devices
33
to the WSL Ubuntu instance.
44
1. Copy this script somewhere in the Windows filesystem
55
@@ -8,6 +8,7 @@
88
2. Use the Power Shell with admin rights
99
3. Use -h, --help flags to find out the available commands and options.
1010
"""
11+
1112
import argparse, subprocess
1213

1314
version = "1.0.0"

0 commit comments

Comments
 (0)