Formatting changes recommended by black

All done!  🍰 
1 file reformatted, 22 files left unchanged.
This commit is contained in:
drthrash 2020-02-08 21:03:30 -05:00
parent cd0ec0cfc9
commit 6ff535dd0f

View file

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