You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use pytest for running our io-tests. We often put redundant/dead code in our test suite and it frequently gets overlooked and leads to doing manual cleanups later such as #4339. It adds up to the tech debt a little bit.
Solution
Setup pylint or any other linter to detect these issues.