Skip to content

Commit 5221e25

Browse files
Remove unused import
1 parent 7fc075f commit 5221e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_yaml_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import tempfile
99
from pathlib import Path
1010
import yaml
11-
from available_tools import AvailableToolType, AvailableTools
11+
from available_tools import AvailableTools
1212

1313
class TestYamlParser:
1414
"""Test suite for YamlParser class."""

0 commit comments

Comments
 (0)