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 import Plugin
|
||||||
from pyln.client.plugin import Request, Millisatoshi
|
from pyln.client.plugin import Request, Millisatoshi
|
||||||
import itertools
|
import itertools
|
||||||
import pytest
|
import pytest # type: ignore
|
||||||
|
|
||||||
|
|
||||||
def test_simple_methods():
|
def test_simple_methods():
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from typing import Dict
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import pytest
|
import pytest # type: ignore
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user