Skip to content

Commit

Permalink
format code using make format
Browse files Browse the repository at this point in the history
  • Loading branch information
ginsstaahh committed Sep 27, 2018
1 parent b772d34 commit 7410f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bounce/db/club.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def select(session, name):

def search(session, query=None, page=0, size=MAX_SIZE):
"""Returns a list of clubs that contain content from the user's query"""
# number used for offset is the
# number used for offset is the
# page number multiplied by the size of each page
offset_num = page * size
clubs = session.query(Club)
Expand Down

0 comments on commit 7410f9f

Please sign in to comment.