From 6ff535dd0f22e47c75857f6347f89da2f8666293 Mon Sep 17 00:00:00 2001 From: drthrash Date: Sat, 8 Feb 2020 21:03:30 -0500 Subject: [PATCH] Formatting changes recommended by black MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All done! ✨ 🍰 ✨ 1 file reformatted, 22 files left unchanged. --- ihatemoney/api/v1/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ihatemoney/api/v1/__init__.py b/ihatemoney/api/v1/__init__.py index 61d359cc..11afff7b 100644 --- a/ihatemoney/api/v1/__init__.py +++ b/ihatemoney/api/v1/__init__.py @@ -1,3 +1,5 @@ from .resources import api -__all__ = ['api',] +__all__ = [ + "api", +]