From a968f97a72eaaa7f518d6a7a6f338c6a3f39cb19 Mon Sep 17 00:00:00 2001 From: Steve-Dusty Date: Wed, 29 Oct 2025 01:00:35 -0700 Subject: [PATCH] removed useless comments --- tests/structs/test_spreadsheet.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/structs/test_spreadsheet.py b/tests/structs/test_spreadsheet.py index f21fc715..d0d4ea06 100644 --- a/tests/structs/test_spreadsheet.py +++ b/tests/structs/test_spreadsheet.py @@ -1,13 +1,3 @@ -""" -SpreadSheetSwarm Test Suite - -Tests for the SpreadSheetSwarm class, which manages multiple agents to execute tasks -concurrently with support for CSV-based agent loading and automatic metadata tracking. - -The SpreadSheetSwarm processes tasks across multiple agents in parallel, tracks outputs, -and provides data export capabilities in both CSV and JSON formats. -""" - import os import json import csv