pycscope cannot parse print(f"Found {num} devices.") I hacked __init.py__ to have f as a keyword. kwlist.extend(("True", "False", "None", "f")) Works now.. but I am sure there is a better fix.
pycscope cannot parse
print(f"Found {num} devices.")
I hacked init.py to have f as a keyword.
kwlist.extend(("True", "False", "None", "f"))
Works now.. but I am sure there is a better fix.