Skip to content

Commit 3a9f546

Browse files
Remove unused imports
1 parent 9ac4db3 commit 3a9f546

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

tests/test_api_endpoint_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"""
77

88
import pytest
9-
import tempfile
10-
from pathlib import Path
11-
import yaml
129
import os
1310
from urllib.parse import urlparse
1411
from seclab_taskflow_agent.available_tools import AvailableTools

tests/test_cli_parser.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"""
77

88
import pytest
9-
import tempfile
10-
from pathlib import Path
11-
import yaml
12-
import os
13-
from urllib.parse import urlparse
149
from seclab_taskflow_agent.available_tools import AvailableTools
1510

1611
class TestCliGlobals:

tests/test_yaml_parser.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
"""
99

1010
import pytest
11-
import tempfile
12-
from pathlib import Path
13-
import yaml
14-
import os
15-
from urllib.parse import urlparse
1611
from seclab_taskflow_agent.available_tools import AvailableTools
1712

1813
class TestYamlParser:

0 commit comments

Comments
 (0)