From 3974b325a013838235cfc3c191cdde77ef9b12d6 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 21 Dec 2020 21:42:48 -0800 Subject: [PATCH] format with black --- skylines/api/oauth.py | 2 +- skylines/lib/igc.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skylines/api/oauth.py b/skylines/api/oauth.py index dc21cb8430..ca426fc85a 100644 --- a/skylines/api/oauth.py +++ b/skylines/api/oauth.py @@ -119,7 +119,7 @@ def tokengetter(access_token=None, refresh_token=None): @staticmethod def tokensetter(token, request, *args, **kwargs): - """ Save a new token to the database. + """Save a new token to the database. :param token: Token dictionary containing access and refresh tokens, plus token type. :param request: Request dictionary containing information about the client and user. diff --git a/skylines/lib/igc.py b/skylines/lib/igc.py index f3a5e2ef46..eeb0ccc3bc 100644 --- a/skylines/lib/igc.py +++ b/skylines/lib/igc.py @@ -17,8 +17,8 @@ def read_igc_headers(f): - """ Read IGC file headers from a file-like object, a list of strings or a - file if the parameter is a path. """ + """Read IGC file headers from a file-like object, a list of strings or a + file if the parameter is a path.""" if is_string(f): try: