Skip to content

Commit

Permalink
fix: fix TYPE_CHECKING 3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafishman authored May 1, 2024
1 parent 5bf524b commit de28e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp_modbus_aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async def __aexit__(
self,
exc_type: type[BaseException] | None,
exc_val: BaseException | None,
exc_tb: "TracebackType" | None,
exc_tb: "TracebackType | None",
) -> None:
await self.close()

Expand Down

0 comments on commit de28e2a

Please sign in to comment.