rainyear/python3-in-one-pic

Function call can be replaced with set literal

Opened this issue · 0 comments

Actual:
set(['s', 'e', 'T'])
Expected:
{'s', 'e', 'T'}