Python logoPython/
PYL-W0106

Expression not assignedPYL-W0106

Major severityMajor
Performance categoryPerformance

An expression that is not a function call is assigned to nothing. Probably something else was intended here. We recommend to review this.