Remove import sys and skip decorators from test files

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-14 19:03:54 +00:00
parent 052366bb0e
commit 58df9833f6
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
import hashlib
import json
import os
import sys
from concurrent.futures import Future
from unittest import mock
from unittest.mock import MagicMock, patch

View File

@@ -1,6 +1,5 @@
"""Test Knowledge creation and querying functionality."""
import sys
from pathlib import Path
from typing import List, Union
from unittest.mock import patch