Skip to content

Commit 09034b7

Browse files
committed
ref(client): Remove wrongful indents in client sync flush
GH-4601
1 parent 5904968 commit 09034b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentry_sdk/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ def flush( # type: ignore[override]
988988
else:
989989
self.session_flusher.flush()
990990

991-
if self.log_batcher is not None:
992-
self.log_batcher.flush()
991+
if self.log_batcher is not None:
992+
self.log_batcher.flush()
993993

994-
self.transport.flush(timeout=timeout, callback=callback)
994+
self.transport.flush(timeout=timeout, callback=callback)
995995
return None
996996

997997
async def _flush_async(

0 commit comments

Comments
 (0)