Skip to content

Commit be1ef9b

Browse files
committed
fix for test
1 parent 6ed9387 commit be1ef9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_code_context_extractor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,9 +2139,6 @@ def __init__(self, precision="high", fallback_precision=None, mode="standard"):
21392139
assert read_only_context.strip() == expected_read_only_context.strip()
21402140

21412141

2142-
from __future__ import annotations
2143-
2144-
21452142
def test_hashing_code_context_removes_imports_docstrings_and_init() -> None:
21462143
"""Test that hashing context removes imports, docstrings, and __init__ methods properly."""
21472144
code = '''

0 commit comments

Comments
 (0)