We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caabe1 commit 950e198Copy full SHA for 950e198
src/app/auth/users/interfaces/ma/mao.py
@@ -22,10 +22,10 @@ async def __aenter__(self) -> Self:
22
return self
23
24
async def __aexit__(
25
- self,
26
- exc_type: type[Exception] | None = None,
27
- exc_val: Exception | None = None,
28
- exc_tb: TracebackType | None = None,
+ self,
+ exc_type: type[Exception] | None = None,
+ exc_val: Exception | None = None,
+ exc_tb: TracebackType | None = None,
29
) -> None:
30
pass
31
0 commit comments