Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Dec 22, 2020
1 parent 8da7154 commit 3974b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skylines/api/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions skylines/lib/igc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3974b32

Please sign in to comment.