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

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