Fix python lint

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-30 17:34:57 +02:00
parent f3eb4f7148
commit 6dd70e11a8
7 changed files with 23 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
import pytest
from client.client import EthAppClient, StatusWord
from ragger.error import ExceptionRAPDU
from ragger.backend import BackendInterface
from client.client import EthAppClient, StatusWord
def test_provide_erc20_token(backend: BackendInterface):