Skip to content

Commit

Permalink
Removed unnecessaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Jul 31, 2023
1 parent b36d6d4 commit 9c54639
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
QFileDialog,
QTextEdit,
)
from PyQt6.QtCore import Qt, QThread, pyqtSignal, QTextStream
from PyQt6.QtCore import Qt, QThread, pyqtSignal
from PyQt6.QtGui import QAction
from import_form import ImportForm
from meta_form import MetaForm
Expand All @@ -24,14 +24,11 @@
import json
from src.api.workflow import Workflow
import warnings
import unittest, sys
import tempfile
import sys

with open("dependencies.json") as file:
data = json.load(file)

form = {}


class GUI(QMainWindow):
def __init__(self, setting):
Expand Down

0 comments on commit 9c54639

Please sign in to comment.