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

Commit

Permalink
utils.bitcoin: Fix pyflakes 'math' imported but unused
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Nov 3, 2014
1 parent eef9da4 commit cc891ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gratipay/utils/bitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def clean(self, value):



import math

__b58chars = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
__b58base = len(__b58chars)

Expand Down

0 comments on commit cc891ee

Please sign in to comment.