cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import gettext
|
import gettext
|
||||||
import os
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from src.pluginregistry import PluginRegistry
|
from src.pluginregistry import PluginRegistry
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from PySide6.QtCore import QObject
|
|
||||||
|
|
||||||
|
|
||||||
class PluginBase():
|
class PluginBase():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ from typing import Optional, Callable
|
|||||||
|
|
||||||
from PySide6.QtCore import QRunnable, QThreadPool, Signal
|
from PySide6.QtCore import QRunnable, QThreadPool, Signal
|
||||||
from PySide6.QtGui import QIcon
|
from PySide6.QtGui import QIcon
|
||||||
from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QCheckBox, QPushButton, QComboBox, \
|
from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QCheckBox, QPushButton, QComboBox, \
|
||||||
QSizePolicy
|
QSizePolicy
|
||||||
|
|
||||||
from src.ui.bigtext.bigtext import BigText
|
from src.ui.bigtext.bigtext import BigText
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from typing import Callable
|
|
||||||
|
|
||||||
from PySide6.QtCore import Qt
|
from PySide6.QtCore import Qt
|
||||||
|
|
||||||
from src.pluginbase import PluginBase
|
from src.pluginbase import PluginBase
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ from PySide6.QtGui import *
|
|||||||
from PySide6.QtGui import QMouseEvent
|
from PySide6.QtGui import QMouseEvent
|
||||||
from PySide6.QtWidgets import *
|
from PySide6.QtWidgets import *
|
||||||
|
|
||||||
import constants
|
|
||||||
from src.ui.ScaledScrollBar import ScaledScrollBar
|
from src.ui.ScaledScrollBar import ScaledScrollBar
|
||||||
from src.ui.bigtext.highlight_selection import HighlightSelection
|
from src.ui.bigtext.highlight_selection import HighlightSelection
|
||||||
from src.ui.bigtext.highlighted_range import HighlightedRange
|
from src.ui.bigtext.highlighted_range import HighlightedRange
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from PySide6.QtWidgets import QWidget, QTabWidget, QVBoxLayout
|
from PySide6.QtWidgets import QWidget, QTabWidget, QVBoxLayout
|
||||||
|
|
||||||
from src.pluginregistry import PluginRegistry
|
from src.pluginregistry import PluginRegistry
|
||||||
|
|||||||
Reference in New Issue
Block a user