Skip to content

Commit

Permalink
iuhih
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone committed Nov 28, 2022
1 parent 70f76e6 commit 35f5874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_tapsigner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

def is_tapsigner_extra_installed():
try:
import cktap # pylint: disable=F401
import cktap
sys.stderr.write("cktap version %s" % cktap.__version__)
return True
except ImportError:
return False
Expand Down

0 comments on commit 35f5874

Please sign in to comment.