Skip to content

Commit

Permalink
feat: remove facade
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 12, 2023
1 parent ef00ae7 commit 1a8ef9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions sec_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
)
from sec_parser.processing_engine.html_tag import HtmlTag
from sec_parser.processing_engine.sec_parser import SecParser
from sec_parser.sec_parser_facade import parse_10q_from_html
from sec_parser.semantic_elements.semantic_elements import (
AbstractSemanticElement,
EmptyElement,
Expand All @@ -23,8 +22,6 @@
from sec_parser.semantic_tree.tree_node import TreeNode

__all__ = [
# High-level functionalities
"parse_10q_from_html",
# Main parser classes
"SecParser",
"TreeBuilder",
Expand Down
24 changes: 0 additions & 24 deletions sec_parser/sec_parser_facade.py

This file was deleted.

0 comments on commit 1a8ef9f

Please sign in to comment.