Python logoPython/
PTC-W0018

Unnecessary literalPTC-W0018

Minor severityMinor
Anti-pattern categoryAnti-pattern

It is unnecessary to use a list or tuple literal within a call to tuple, list, set, or dict since there is a literal syntax for these types.