ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Avoid using `type` as variable name #65

Closed coleslaw481 closed 4 years ago

coleslaw481 commented 4 years ago

type shouldn't be used as a variable name since it shadows the built-in type

coleslaw481 commented 4 years ago

Fixed in d9d76f2..22ab26a chrisdev -> chrisdev