Skip to content

Commit

Permalink
fix: pyflakes F403
Browse files Browse the repository at this point in the history
‘from module import *’ used; unable to detect undefined names

Ref: http://flake8.pycqa.org/en/latest/user/error-codes.html#error-violation-codes
  • Loading branch information
sbellem committed May 15, 2018
1 parent 506c819 commit 3cbdaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeybadgerbft/crypto/ecdsa/generate_keys_ecdsa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ecdsa_ssl import *
from ecdsa_ssl import KEY
import argparse
import cPickle

Expand Down

0 comments on commit 3cbdaa9

Please sign in to comment.