Skip to content

Commit 3837bbb

Browse files
committed
🚨 style(tests): remove trailing whitespace in test files
- Removed extra blank line in test_deepwiki.py after imports - Cleaned trailing spaces in tests/__init__.py file header comment
1 parent cccd507 commit 3837bbb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Tests package
1+
# Tests package

tests/e2e_tests/test_deepwiki.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import pytest
44

55

6-
76
@pytest.fixture
87
async def assistant_deepwiki_disabled(langgraph_client):
98
"""Create an assistant with deepwiki explicitly disabled."""

0 commit comments

Comments
 (0)