isort followed by black
This commit is contained in:
parent
0862ce7fd6
commit
fb873edcb5
56 changed files with 311 additions and 360 deletions
|
|
@ -1,13 +1,11 @@
|
|||
from PySide6.QtWidgets import QPushButton
|
||||
from bouquin import strings
|
||||
|
||||
from PySide6.QtCore import QRect, QSize
|
||||
from PySide6.QtGui import QPaintEvent, QFont
|
||||
|
||||
from bouquin.code_block_editor_dialog import (
|
||||
CodeBlockEditorDialog,
|
||||
CodeEditorWithLineNumbers,
|
||||
)
|
||||
from PySide6.QtCore import QRect, QSize
|
||||
from PySide6.QtGui import QFont, QPaintEvent
|
||||
from PySide6.QtWidgets import QPushButton
|
||||
|
||||
|
||||
def _find_button_by_text(widget, text):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue