Skip to content

Commit 1c876c3

Browse files
authored
Merge pull request #3953 from North-Two-Five/python-import-statement-update
Update import statement to explicitly call segment.analytics
2 parents b4272df + 54ba288 commit 1c876c3

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/python

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/python/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you're using a system for managing dependencies, you'll want to pin the libra
3333
Then inside your app, you'll want to set your `write_key` before making any analytics calls:
3434

3535
```python
36-
import analytics
36+
import segment.analytics as analytics
3737

3838
analytics.write_key = 'YOUR_WRITE_KEY'
3939
```

0 commit comments

Comments
 (0)