Applying fix for unused import in init.py

https://stackoverflow.com/questions/31079047/python-pep8-class-in-init-imported-but-not-used
This commit is contained in:
drthrash 2020-02-08 20:54:24 -05:00
parent 1b44bb7ee0
commit cd0ec0cfc9

View file

@ -1 +1,3 @@
from .resources import api
__all__ = ['api',]