pyln: Add pytest to type ignores

Reported-by: Rusty Russell <@rustyrussell>
This commit is contained in:
Christian Decker 2020-09-29 10:39:23 +02:00 committed by Rusty Russell
parent 8d8b807793
commit 66dc3ed665
2 changed files with 2 additions and 2 deletions

View File

@ -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():

View File

@ -5,7 +5,7 @@ from typing import Dict
import logging
import os
import pytest
import pytest # type: ignore
import re
import shutil
import sys