Skip to content

Commit 083c539

Browse files
chore(test): remove unused logging import in wired-at-read-sites test
1 parent 63cdfcb commit 083c539

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_models_wired_at_read_sites.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ def test_bubble_schema_drift_is_logged_not_swallowed_silently(self):
139139
# ValueError and skipped silently. Schema drift must now log a
140140
# `Schema drift in bubble <bid>` line so disappearing bubbles can be
141141
# traced. The well-formed row still loads alongside.
142-
import logging
143-
144142
from app import create_app
145143
# Seed a deliberately-malformed bubble row that will trip
146144
# Bubble.from_dict's "expected non-empty str" gate on the bubble_id by

0 commit comments

Comments
 (0)