Skip to content

Commit 0ad7550

Browse files
committed
addressing sonarqube errors
1 parent 8024d4e commit 0ad7550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/FitKitLogged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Retrieves the test data needed for compartment 3 and then splits it into two dat
3535
- **Returns**:
3636
A list of tuples where each tuple contains a device ID (str) and a `boolean` flag (True for normal, False for abnormal).
3737

38-
2. **`split_fit_kits(kit_id_df: pd.DataFrame, smokescreen_properties: dict) -> tuple`**
38+
1. **`split_fit_kits(kit_id_df: pd.DataFrame, smokescreen_properties: dict) -> tuple`**
3939
This method splits the `dataframe` into two dataframes, one normal and one abnormal.
4040

4141
- **Arguments**:

0 commit comments

Comments
 (0)