From b38260401c6bbc43c1d0edc915f7aee17085c3c3 Mon Sep 17 00:00:00 2001 From: Eunjin Date: Fri, 23 Jun 2023 22:44:47 +0900 Subject: [PATCH] =?UTF-8?q?code=20=EC=A0=95=EB=A6=AC,=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view.py b/view.py index c44e26e..9746a66 100644 --- a/view.py +++ b/view.py @@ -1,7 +1,6 @@ import sys -from PySide2.QtWidgets import QApplication, QWidget, \ - QHBoxLayout, QVBoxLayout, QComboBox, QLineEdit, QPushButton, QMessageBox +from PySide2.QtWidgets import * from PySide2 import QtGui