sassoftware / python-sasctl

Consider using in PYL-R1714
Performance
Major
7 months ago3 years old
Consider merging these comparisons with 'in' by using 'x not in ('double', 'in_out', 'varchar(100)')'. Use a set instead if elements are hashable.
2035            [
2036                x
2037                for x in score_vars.split(" ")
2038                if (x != "double" and x != "in_out" and x != "varchar(100)")2039            ]
2040        )
2041        end_block = (