Skip to content

Commit 2bc9b85

Browse files
fix format
1 parent 80f8180 commit 2bc9b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drift/core/drift_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def mark_app_as_ready(self) -> None:
543543
logger.debug("Replay mode active - ready to serve mocked responses")
544544
elif self.mode == TuskDriftMode.RECORD:
545545
logger.debug("Record mode active - capturing inbound requests and responses")
546-
546+
547547
logger.info("App marked as ready")
548548

549549
def collect_span(self, span: CleanSpanData) -> None:

0 commit comments

Comments
 (0)