Skip to content

Commit 828e604

Browse files
style: rename self_inner to self
Signed-off-by: Vinay Singh <vinay@verid.id>
1 parent 1363963 commit 828e604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acapy_agent/wallet/tests/test_kanon_wallet_errors_and_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async def test_assign_kid_and_get_by_kid_success(wallet_env, monkeypatch):
312312
assert got.verkey == info.verkey and got.kid == "kid-ok"
313313

314314
class BadKeyTypes(module.KeyTypes.__class__):
315-
def from_key_type(self_inner, *_):
315+
def from_key_type(self, *_):
316316
return None
317317

318318
monkeypatch.setattr(

0 commit comments

Comments
 (0)