Skip to content

Commit 9fa0b81

Browse files
fixup! fix(vcr): suppress vcr/urllib3 debug logging during cassette replay
Remove redundant local `import logging` — already imported at module top. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent df9b8a6 commit 9fa0b81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/keboola/component/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ def _should_vcr_replay() -> bool:
272272

273273
def _execute_with_vcr_replay(self) -> None:
274274
"""Replay HTTP interactions from data/cassettes/requests.json."""
275-
import logging
276-
277275
from keboola.vcr import VCRRecorder
278276

279277
for name in ("vcr", "urllib3"):

0 commit comments

Comments
 (0)