chore: adhere to ruff's "N" rules (#2377)
* chore: adhere to ruff's "N" rules WARN: reinstall failing extensions! bunch of more consistent variable naming. inspired by this issue. https://github.com/lnbits/lnbits/issues/2308 * fixup! chore: adhere to ruff's "N" rules * rename to funding_source * skip jmeter --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
@@ -144,5 +144,5 @@ class Wallet(ABC):
|
||||
return endpoint
|
||||
|
||||
|
||||
class Unsupported(Exception):
|
||||
class UnsupportedError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user