mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
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:
parent
1b44bb7ee0
commit
cd0ec0cfc9
1 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
||||||
from .resources import api
|
from .resources import api
|
||||||
|
|
||||||
|
__all__ = ['api',]
|
||||||
|
|
Loading…
Reference in a new issue