Skip to content

Commit 09acc1e

Browse files
committed
feat: adjust function docstring!
1 parent 0cb92ea commit 09acc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hivemind_etl/mediawiki/activities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def get_hivemind_mediawiki_platforms(
5555
@activity.defn
5656
async def extract_mediawiki(mediawiki_platform: dict[str, Any]) -> None:
5757
"""
58-
Extract data from MediaWiki API URL and store in S3.
58+
Extract data from MediaWiki API URL
5959
"""
6060
try:
6161
community_id = mediawiki_platform["community_id"]

0 commit comments

Comments
 (0)