Skip to content

Commit 44f58db

Browse files
authored
Rename api.py to src/api.py
1 parent 2f744d9 commit 44f58db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.py renamed to src/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ def get_post_replies_count(post_id, headers):
6363
response = requests.get(f"{BASE_URL}/{post_id}/replies", headers=headers)
6464
response.raise_for_status()
6565
replies = response.json().get('data', [])
66-
return len(replies)
66+
return len(replies)

0 commit comments

Comments
 (0)