#604 Inefficient len() checks: multiple files
Description
EditUse 'not x' instead of 'len(x)==0', use 'x' instead of 'len(x)>0'. Files: inline_executor.py, operators.py, variable_resolver.py, db.py, datashard_logger.py, platform.py, dsl_converter.py
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...