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

Commit

Permalink
Code formatting and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rorepo committed Aug 19, 2015
1 parent 0622d90 commit 25da199
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/py/test_billing_payday.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_payday_moves_money_above_min_charge(self):

obama = Participant.from_username('obama')
hannibal = Participant.from_username('hannibal')

assert hannibal.balance == D(MINIMUM_CHARGE)
assert obama.balance == D('0.00')

Expand Down
1 change: 0 additions & 1 deletion tests/py/test_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from datetime import datetime
from decimal import Decimal as D
import json
import time

from mock import patch

Expand Down

0 comments on commit 25da199

Please sign in to comment.