Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Satochip: correct flake8 issue in __init__.py
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