Skip to content

Commit 533ec6a

Browse files
committed
- Add updates
1 parent 96a9f05 commit 533ec6a

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:
24+
def execute(cls, **kwargs) -> str: # noqa: D417
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)