Skip to content

Commit 4064c2a

Browse files
committed
update signature
1 parent e3d9882 commit 4064c2a

File tree

1 file changed

+3
-3
lines changed
  • src/domain/auth/auth/interfaces/email

1 file changed

+3
-3
lines changed

src/domain/auth/auth/interfaces/email/client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ async def __aenter__(self) -> Self:
4747

4848
async def __aexit__(
4949
self,
50-
exc_type: type[Exception],
51-
exc_val: Exception,
52-
exc_tb: TracebackType,
50+
exc_type: type[Exception] | None,
51+
exc_val: Exception | None,
52+
exc_tb: TracebackType | None,
5353
) -> None:
5454
pass

0 commit comments

Comments
 (0)