Skip to content

Commit b12e2a4

Browse files
committed
Fix import sorting
1 parent bf3a7ef commit b12e2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai_diffusion/ui/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
SwitchSetting,
5757
)
5858
from .style import StylePresets
59-
from .theme import add_header, green, grey, logo, red, yellow, prompt_max_line_count
59+
from .theme import add_header, green, grey, logo, prompt_max_line_count, red, yellow
6060

6161

6262
class InitialSetupWidget(QWidget):

0 commit comments

Comments
 (0)