Python

Python

Made by DeepSource

Unnecessary literal PTC-W0018

Anti-pattern
Minor
Autofix

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.