Skip to content

Commit

Permalink
Satochip: correct flake8 issue in __init__.py
Browse files Browse the repository at this point in the history
flake8 . --count --select="$ELECTRUM_LINTERS" --ignore="$ELECTRUM_LINTERS_IGNORE" --show-source --statistics --exclude "*_pb2.py,electrum/_vendor/"
./electrum/plugins/satochip/__init__.py:6:23: W292 no newline at end of file
available_for = ['qt']                      ^
1     W292 no newline at end of file
  • Loading branch information
Toporin committed Mar 21, 2024
1 parent 7193d88 commit ed537de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/plugins/satochip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
description = 'Provides support for Satochip hardware wallet'
requires = [('satochip', 'github.com/Toporin/pysatochip')]
registers_keystore = ('hardware', 'satochip', "Satochip wallet")
available_for = ['qt']
available_for = ['qt']

0 comments on commit ed537de

Please sign in to comment.