Skip to content

Commit 631826d

Browse files
committed
Make Codacy happy
1 parent 5fb3cbc commit 631826d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ analytics-python is a python client is a slightly modified version of [Segment's
88

99
## Usage
1010

11+
The documentation for Segment's Python SDK that this repository is based on
12+
is available at [https://segment.com/libraries/python](https://segment.com/libraries/python).
13+
Check Segment's docs to get familiar with the API.
14+
1115
You can package directly, in this case default `http` transport will be used:
1216

1317
```python

analytics/s3_consumer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ def upload(self):
126126
# mark items as acknowledged from queue
127127
for _ in range(total_items_to_upload):
128128
self.queue.task_done()
129-
return success
129+
130+
return success
130131

131132
def next(self):
132133
"""Writes the next batch of items from the queue to the buffer."""

0 commit comments

Comments
 (0)