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: