cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 54 forks source link

Fix unidiomatic-typecheck lint warnings #112

Closed cjdrake closed 9 years ago

cjdrake commented 9 years ago

New version of pylint is complaining about this:

Using type() instead of isinstance() for a typecheck.