Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aronhoff authored and oroulet committed Aug 22, 2024
1 parent 23784db commit e5247ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ async def wait_for(aw: Awaitable[_T], timeout: Union[int, float, None]) -> _T:
return await asyncio.wait_for(aw, timeout)

import wait_for2
return await wait_for2.wait_for(aw, timeout)
return await wait_for2.wait_for(aw, timeout)

0 comments on commit e5247ec

Please sign in to comment.