Skip to content

Commit

Permalink
docs(readme): fix code block style
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Dec 22, 2023
1 parent eb44b33 commit e26ec25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ pip install sec-ai
To ensure your code remains functional even when we change the internal structure of `sec-parser`, it's recommended to avoid deep imports. Here is an example of a deep import (not recommended):

> [!CAUTION]
> ```
> from sec_parser.semantic_tree.internal_utils.core import SomeInternalClass
> ```
> `from sec_parser.semantic_tree.internal_utils.core import SomeInternalClass`
Instead, use the suggested ways to import modules from `sec-parser`:

Expand Down

0 comments on commit e26ec25

Please sign in to comment.