From 1f4bab7eb3577c66c22bbabe544f4913bac9ba3c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 2 Oct 2021 13:21:00 +0000 Subject: [PATCH] Remove assignment of variable to itself --- playlist_length/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/playlist_length/__init__.py b/playlist_length/__init__.py index 76e3ec5..b08a8c3 100644 --- a/playlist_length/__init__.py +++ b/playlist_length/__init__.py @@ -1,6 +1,4 @@ from .__version__ import __version__ - -__version__ = __version__ __author__ = 'Karan Suthar, Mohit Solanki' __license__ = 'MIT License' __description__ = 'A command-line tool to calculate the length of videos in a directory'