mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Formatting changes recommended by black
All done! ✨ 🍰 ✨ 1 file reformatted, 22 files left unchanged.
This commit is contained in:
parent
cd0ec0cfc9
commit
6ff535dd0f
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
from .resources import api
|
||||
|
||||
__all__ = ['api',]
|
||||
__all__ = [
|
||||
"api",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue