Skip to content

Commit

Permalink
remove unnecessary ones
Browse files Browse the repository at this point in the history
  • Loading branch information
yjg30737 committed Nov 6, 2023
1 parent 525c1e6 commit 912e837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
11 changes: 0 additions & 11 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@
QApplication.setFont(QFont('Arial', 12))


class Thread(QThread):
def __init__(self):
super(Thread, self).__init__()

def run(self):
try:
pass
except Exception as e:
raise Exception(e)


class MainWindow(QMainWindow):
def __init__(self):
super(MainWindow, self).__init__()
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
PyQt5>=5.14
pydicom
openslide-python
pillow
pydicom

0 comments on commit 912e837

Please sign in to comment.