mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
pyln: Add pytest to type ignores
Reported-by: Rusty Russell <@rustyrussell>
This commit is contained in:
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():
|
||||
|
@ -5,7 +5,7 @@ from typing import Dict
|
||||
|
||||
import logging
|
||||
import os
|
||||
import pytest
|
||||
import pytest # type: ignore
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user