Skip to content

Commit b4fc038

Browse files
stasspumer
authored andcommitted
style: formatting
1 parent 85b05fc commit b4fc038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastapi_jsonrpc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ async def __aenter__(self):
620620
assert self.exit_stack is None
621621
self.exit_stack = await AsyncExitStack().__aenter__()
622622
if (
623-
sentry_sdk is not None
624-
and get_sentry_integration() is None
623+
sentry_sdk is not None
624+
and get_sentry_integration() is None
625625
):
626626
self.exit_stack.enter_context(self._enter_old_sentry_integration())
627627

0 commit comments

Comments
 (0)