From 08d6f11c7296995a1f6d5ae7c55e613253387dfd Mon Sep 17 00:00:00 2001 From: berrazuriz1 Date: Fri, 14 Mar 2025 10:54:58 -0300 Subject: [PATCH] Update base_parser.py --- src/blar_graph/graph_construction/core/base_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blar_graph/graph_construction/core/base_parser.py b/src/blar_graph/graph_construction/core/base_parser.py index 800172ba..3bf865f3 100644 --- a/src/blar_graph/graph_construction/core/base_parser.py +++ b/src/blar_graph/graph_construction/core/base_parser.py @@ -19,7 +19,7 @@ ) -class BaseParser(ABC): +class BaseParser: language: str wildcard: str extension: str