Skip to content

Commit 96a9f05

Browse files
committed
Add updates docstrings
1 parent a645923 commit 96a9f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtool/commands/channel_id.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ChannelId(Command):
2121
CHANNEL_ID_COLUMN_NAME: str = "channel_id"
2222

2323
@classmethod
24-
def execute(cls, **kwargs) -> str: # noqa: D417
24+
def execute(cls, **kwargs) -> str:
2525
"""Execute the channel-id command to fetch YouTube channel IDs from URLs and save them to a CSV file.
2626
2727
This method retrieves YouTube channel IDs from a list of provided URLs or from a file containing URLs.

0 commit comments

Comments
 (0)