Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
fix pyflakes warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Mar 26, 2015
1 parent 5ce1e3e commit f758b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from setuptools import setup, find_packages

from gratipay.version import get_version
Expand Down
2 changes: 1 addition & 1 deletion tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def set_paypal_email(username='', email='', api_key_fragment='', overwrite=False
else:
first_eight = api_key_fragment

db = wireup.db(wireup.env())
wireup.db(wireup.env())

participant = Participant.from_username(username)
if not participant:
Expand Down

0 comments on commit f758b8c

Please sign in to comment.