electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Unused import in pyray/__init__.py #90

Closed sDos280 closed 1 year ago

sDos280 commented 1 year ago

https://github.com/electronstudio/raylib-python-cffi/blob/32f1d34c8251a83e3d51858be9f3d3637453fe66/pyray/__init__.py#L23

It seems like the ismethod function from the from inspect import ismethod,getmembers,isbuiltin line is unused. it seems like no commit in the past was using it too.

Is that on purpose? or that I just couldn't find the place where it was used 🙃...