diff --git a/dank_mids/brownie_patch/types.py b/dank_mids/brownie_patch/types.py index b7dbc251..1549a683 100644 --- a/dank_mids/brownie_patch/types.py +++ b/dank_mids/brownie_patch/types.py @@ -13,7 +13,7 @@ class _DankMethodMixin(Generic[_EVMType]): async def __await__(self): """Asynchronously call the contract method without arguments at the latest block and await the result.""" return self.coroutine().__await__() - async def coroutine( + async def coroutine( # type: ignore [empty-body] self, *args: Any, block_identifier: Optional[int] = None,