[linter] Fix flake8 E721 warnings
Summary: Replace type(x) == Foo with isinstance(x, Foo)
Test Plan:
arc lint --everything
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Subscribers: PiRK
Differential Revision: https://reviews.bitcoinabc.org/D14446