Skip to content

Commit 4d4c62a

Browse files
Potential fix for code scanning alert no. 14984: Unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Sam O <[email protected]>
1 parent 464c70b commit 4d4c62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/collections/llm/gpt/data/test_chat_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import copy
1616
import json
17-
import os
17+
1818
import tempfile
1919
from pathlib import Path
2020
from unittest.mock import MagicMock, patch

0 commit comments

Comments
 (0)