From b8c2dfae82ffe78f829ecea6664a32583365c555 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 3 Aug 2026 12:29:02 -0700 Subject: [PATCH] [eric] tests: drop the unused pytest import the browser merge brought in --- backend/tests/test_route_write.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/tests/test_route_write.py b/backend/tests/test_route_write.py index f3a32910..989284ad 100644 --- a/backend/tests/test_route_write.py +++ b/backend/tests/test_route_write.py @@ -3,8 +3,6 @@ receipt parse, and the fail-open contract (every failure is a typed ok=False, never a crash, never a false success). Network is stubbed; the live cross-site round-trip is owed on a healthy rig (this bench's renderer command path is wedged, same as all browser live-tests).""" -import pytest - from backend.apps.agents.browser import route_write as rw