summaryrefslogtreecommitdiffstats
path: root/website/content/platform/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/platform/installation.md')
-rw-r--r--website/content/platform/installation.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/website/content/platform/installation.md b/website/content/platform/installation.md
index 2db5639e2f6..9ef0a060ce4 100644
--- a/website/content/platform/installation.md
+++ b/website/content/platform/installation.md
@@ -123,15 +123,6 @@ From your python interpreter, import the OpenBB Platform:
from openbb import obb
```
-:::warning
-This import statement is required due to the statefulness of the obb package. There is currently no support for imports such as
-
-```console
-from openbb.obb.equity import *
-```
-
-:::
-
When the package is imported, any installed extensions will be discovered, imported and available for use.
:::note