Skip to content

Commit

Permalink
Merge pull request #71 from alexpdev/deepsource-fix-7439c273
Browse files Browse the repository at this point in the history
Remove commented out code
  • Loading branch information
alexpdev authored Mar 31, 2022
2 parents fc5edbb + 243a85b commit a2310ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions torrentfileQt/createTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit a2310ac

Please sign in to comment.