From 4be540793dec40f5acf7f4b8b36b159c001f959f Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Mon, 7 Sep 2020 23:30:30 +0900 Subject: [PATCH] Delete unnecessary blank lines --- pytchat/cli/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytchat/cli/__init__.py b/pytchat/cli/__init__.py index ff04ec0..a448e74 100644 --- a/pytchat/cli/__init__.py +++ b/pytchat/cli/__init__.py @@ -24,8 +24,6 @@ https://github.com/PetterKraabol/Twitch-Chat-Downloader def main(): - - # Arguments parser = argparse.ArgumentParser(description=f'pytchat v{__version__}') parser.add_argument('-v', f'--{Arguments.Name.VIDEO_IDS}', type=str,