Skip to content

Commit 24cd6fa

Browse files
committed
chore: Copilot added something it shouldn't had
1 parent 41a7b22 commit 24cd6fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ def mock_response():
5050
return httpx.Response(
5151
json={'message': 'Success!'}, status_code=200, headers={"Content-Type": "application/json"}
5252
)
53-
54-
55-
def test_python_3_13_compatibility():
56-
import sys
57-
assert sys.version_info >= (3, 13), "Python 3.13 or higher is required"

0 commit comments

Comments
 (0)