Skip to content

Commit 826a5fa

Browse files
committed
formatting
1 parent fde105b commit 826a5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pytest/test_pytest_ensure_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async def test_ensure_logging(monkeypatch):
99
# Ensure default sqlite logger is enabled in CI environments and reset lazy cache
1010
monkeypatch.setenv("DISABLE_EP_SQLITE_LOG", "0")
1111
from eval_protocol.dataset_logger import default_logger as _dl
12+
1213
# Reset the cached underlying logger so it re-initializes with the current env
1314
try:
1415
monkeypatch.setattr(_dl, "_logger", None, raising=False)

0 commit comments

Comments
 (0)