Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored May 28, 2024
1 parent 6605cda commit 2a0cb26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ 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`
> [!CAUTION]
> > `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 2a0cb26

Please sign in to comment.