Skip to content

Commit 0540e4b

Browse files
committed
Fixed Ruff warning.
1 parent 8964cf5 commit 0540e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_strings_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_strings_on_notepad():
123123
# Start notepad
124124
import subprocess
125125

126-
proc = subprocess.Popen(["notepad.exe"])
126+
_ = subprocess.Popen(["notepad.exe"])
127127
time.sleep(2) # Give it time to start
128128

129129
# Re-scan and find it

0 commit comments

Comments
 (0)