enthought / apptools

Other
37 stars 24 forks source link

Remove unnecessary if/elif/else code branch #298

Closed rahulporuri closed 3 years ago

rahulporuri commented 3 years ago

This PR removes an unnecessary if/elif/else code branch that became redundant when we removed the use of six and Unicode trait type from the codebase (see #123 and #230 )

Checklist

rahulporuri commented 3 years ago

Thanks @jwiggins! Merging now.