From 243a85b840fa9c26d0a00b33d0bb6213d269fbe0 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:18:54 +0000 Subject: [PATCH] Remove commented out code --- torrentfileQt/createTab.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/torrentfileQt/createTab.py b/torrentfileQt/createTab.py index 5d94541..57fc299 100644 --- a/torrentfileQt/createTab.py +++ b/torrentfileQt/createTab.py @@ -22,7 +22,6 @@ User must provide the path to the directory containing the what the .torrent file will be created from. """ -# import json import os from pathlib import Path from threading import Thread @@ -331,13 +330,7 @@ def browse(self, path=None): break -# class ProfileButton(QPushButton): -# """Save the current fields values as a profile.""" -# def __init__(self, parent=None): -# """Save current fields as a profile.""" -# super().__init__(parent=parent) -# self.setText("Save Profile") class BrowseDirButton(QPushButton):