mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
commando: minor cleanups to keep flake8/mypy happy.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import os
|
||||
from pyln.testing.fixtures import * # noqa: F401,F403
|
||||
from pyln.client import RpcError
|
||||
from pyln.testing.fixtures import * # type: ignore
|
||||
from pyln.client import RpcError # type: ignore
|
||||
import pytest
|
||||
import json
|
||||
import runes
|
||||
import runes # type: ignore
|
||||
import commando
|
||||
import time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user