mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
pyln: Add pytest to type ignores
Reported-by: Rusty Russell <@rustyrussell>
This commit is contained in:
committed by
Rusty Russell
parent
8d8b807793
commit
66dc3ed665
@@ -1,7 +1,7 @@
|
||||
from pyln.client import Plugin
|
||||
from pyln.client.plugin import Request, Millisatoshi
|
||||
import itertools
|
||||
import pytest
|
||||
import pytest # type: ignore
|
||||
|
||||
|
||||
def test_simple_methods():
|
||||
|
||||
Reference in New Issue
Block a user