Skip to content

Commit e1d9e24

Browse files
committed
refactor(docs): update import statement in quickstart.py for improved clarity
1 parent 49d904c commit e1d9e24

5 files changed

Lines changed: 2 additions & 1082 deletions

File tree

docs/examples/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os, sys
22

3-
from crawl4ai.types import LLMConfig
3+
from crawl4ai import LLMConfig
44

55
sys.path.append(
66
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

0 commit comments

Comments
 (0)