linter: Remove unreachable exception handler
Remove two `try/except UnicodeError` exception handlers which were
added in commit c8ba8f7e99
for
Python 2.x compatibility. Now that Python 2.x is no longer
supported, the `except` is unreachable and is no longer needed.
pull/467/head
parent
327f92e472
commit
c3dbc1d3f8
Loading…
Reference in New Issue