mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
chore: apply linting fixes to crewai-tools
This commit is contained in:
@@ -111,7 +111,7 @@ class TestDirectoryLoader:
|
||||
|
||||
def test_processing_error_handling(self, temp_directory):
|
||||
self._create_file(temp_directory, "valid.txt")
|
||||
error_file = self._create_file(temp_directory, "error.txt")
|
||||
self._create_file(temp_directory, "error.txt")
|
||||
|
||||
loader = DirectoryLoader()
|
||||
original_method = loader._process_single_file
|
||||
|
||||
Reference in New Issue
Block a user