randy3k / AutomaticPackageReloader

Automatically reload submodules while developing a Sublime Text package.
MIT License
38 stars 13 forks source link

Use ismodule instead of isinstance. #31

Closed Thom1729 closed 5 years ago

Thom1729 commented 5 years ago

This is trivial, it just bugs me. ismodule() literally just calls isinstance(..., types.ModuleType) anyway.

randy3k commented 5 years ago

no problem