Skip to content

Commit 3933f3f

Browse files
committed
refactor: fix black errors
1 parent 1aae631 commit 3933f3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nlightreader/widgets/dialogs/character_info_dialog.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ def __init__(self, character: Character, parent):
3737
self.name_label = BodyLabel(self.__character.name)
3838
self.russian_label = BodyLabel(self.__character.russian)
3939
self.title_frame_spacer = QSpacerItem(
40-
20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding,
40+
20,
41+
40,
42+
QSizePolicy.Policy.Minimum,
43+
QSizePolicy.Policy.Expanding,
4144
)
4245
self.show_spoilers_switch = SwitchButton()
4346
self.show_spoilers_switch.setText(self.tr("Show spoilers"))

0 commit comments

Comments
 (0)