diff --git a/contrib/pyln-client/tests/test_plugin.py b/contrib/pyln-client/tests/test_plugin.py index e1f6245d6..a17816229 100644 --- a/contrib/pyln-client/tests/test_plugin.py +++ b/contrib/pyln-client/tests/test_plugin.py @@ -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(): diff --git a/contrib/pyln-testing/pyln/testing/fixtures.py b/contrib/pyln-testing/pyln/testing/fixtures.py index 7db332840..f13dcfb7b 100644 --- a/contrib/pyln-testing/pyln/testing/fixtures.py +++ b/contrib/pyln-testing/pyln/testing/fixtures.py @@ -5,7 +5,7 @@ from typing import Dict import logging import os -import pytest +import pytest # type: ignore import re import shutil import sys