fix: resolve CI/CD issues - remove unused imports and fix type mismatches
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import pytest
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from src.parsers.base import BaseParser, Entity, EntityType, ParserResult
|
from src.parsers.base import BaseParser, Entity, EntityType, ParserResult
|
||||||
from src.parsers.python import PythonParser
|
from src.parsers.python import PythonParser
|
||||||
|
|||||||
Reference in New Issue
Block a user