Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Morales committed Jun 5, 2023
1 parent 90782a4 commit 380131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uagents/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_agent_address(address):

class Resolver(ABC):
@abstractmethod
async def resolve(self, address: str) -> Optional[str]:
async def resolve(self, destination: str) -> Optional[str]:
pass


Expand Down

0 comments on commit 380131d

Please sign in to comment.