Closed SatjaSivcev closed 5 years ago
You can probably pass --dummy-variables-rgx=app to pylint since unused app is a common pattern.
For the other unused by design variables you can prefix them with dummy_. Or some other prefix you prefer and also add that prefix to --dummy-variables-rgx.
@trym-b review needed due to some conflicts (resolved)
Ready from the next round.
This is one of the main unused variables and I am not sure how to deal with it.
app = zivid.Application()
Also, in read_zdf.py, I want to show how to extract xyz, rgb, and contrast from the point_cloud. It is not used but the point is to show how one can get access to.
Any ideas?