Skip to content

Commit

Permalink
PEP 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtgay committed Jul 2, 2013
1 parent bc0eb0c commit 1d9adc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tahrir_api/dbapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def add_issuer(self, origin, name, org, contact):
origin=origin,
name=name,
org=org,
contact=contact
contact=contact,
)
self.session.add(new_issuer)
self.session.commit()
Expand Down Expand Up @@ -401,7 +401,6 @@ def get_assertions_by_badge(self, badge_id):
else:
return False


def assertion_exists(self, badge_id, email):
"""
Check if an assertion exists in the database
Expand Down

0 comments on commit 1d9adc3

Please sign in to comment.