SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
721 stars 168 forks source link

Remove parentheses from `assert` statements #459

Closed kdmukai closed 1 year ago

kdmukai commented 1 year ago

see: https://realpython.com/python-assert-statement/#:~:text=An%20important%20point%20regarding%20the,statement%20instead%20of%20a%20function.

Current dev branch has 40 instances of an assert with its condition in parentheses.