Skip to content

Commit 891f2fd

Browse files
committed
Update dev version
Update dev version
1 parent 924f3e7 commit 891f2fd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

je_editor/pyside_ui/code/variable_inspector/inspector_gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import sys
21
import ast
2+
33
from PySide6.QtCore import QAbstractTableModel, Qt, QTimer, QSortFilterProxyModel
4-
from PySide6.QtWidgets import QApplication, QTableView, QVBoxLayout, QWidget, QLineEdit, QLabel
4+
from PySide6.QtWidgets import QTableView, QVBoxLayout, QWidget, QLineEdit, QLabel
55

66
from je_editor.utils.multi_language.multi_language_wrapper import language_wrapper
77

je_editor/pyside_ui/git/git_branch_tree_widget.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import logging
2-
import sys
32
from pathlib import Path
43

54
from PySide6.QtCore import QTimer, QFileSystemWatcher, Qt
65
from PySide6.QtGui import QAction
76
from PySide6.QtWidgets import (
8-
QApplication, QFileDialog, QToolBar, QMessageBox, QStatusBar,
7+
QFileDialog, QToolBar, QMessageBox, QStatusBar,
98
QSplitter, QWidget, QVBoxLayout
109
)
1110

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_editor_dev"
9-
version = "0.0.232"
9+
version = "0.0.233"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)