Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Nov 21, 2024
1 parent 241c8b1 commit 1436031
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions edgar/html2markdown.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import re
import mdformat
from io import StringIO
from rich.console import Console
from rich.markdown import Markdown
from dataclasses import dataclass
from io import StringIO
from typing import List, Optional, Union, Tuple, Dict, Any

from bs4 import Tag, NavigableString
from rich.console import Console
from rich.markdown import Markdown

from edgar.documents import HtmlDocument, clean_html_root

Expand Down

0 comments on commit 1436031

Please sign in to comment.