lnbits-legend/lnbits/core
dni ⚡ f0a66e41fb
[CHORE] flake8 issues E402, E721 and F821 (#1874)
* F821: undefine name
disabled and logged webhook_listener for opennode and lnpay because they are obviously not working
* E402: module level import not at top of file
* E721 fixes, only popped up for python3.9 not 3.10
2023-08-16 12:22:14 +02:00
..
static Fix csv export (#1852) 2023-08-15 12:39:12 +01:00
templates UI: hide paste payment request in unsupported environments (#1853) 2023-08-03 20:38:05 +02:00
views [CHORE] flake8 issues E402, E721 and F821 (#1874) 2023-08-16 12:22:14 +02:00
__init__.py fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
crud.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
helpers.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
migrations.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
models.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
services.py [CHORE] E722 bare exception fix (#1871) 2023-08-16 12:17:54 +02:00
tasks.py websocket internal payment notifications (#1831) 2023-07-26 12:08:22 +02:00