Skip to content

Commit 1b9a677

Browse files
committed
Fix lint
1 parent 16acdf4 commit 1b9a677

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/gui/settingsDialogs.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5431,16 +5431,6 @@ def makeSettings(self, settingsSizer):
54315431
)
54325432
self.bindHelpEvent("BrailleSettingsInterruptSpeech", self.brailleInterruptSpeechCombo)
54335433

5434-
minRate = int(
5435-
config.conf.getConfigValidation(
5436-
("braille", "autoScrollRate"),
5437-
).kwargs["min"],
5438-
)
5439-
maxRate = int(
5440-
config.conf.getConfigValidation(
5441-
("braille", "autoScrollRate"),
5442-
).kwargs["max"],
5443-
)
54445434
# Translators: The label for a setting in braille settings to change the rate for autoscroll.
54455435
autoScrollRateText = _("Auto&matic scroll rate (cells/sec)")
54465436
self.autoScrollRateSlider: nvdaControls.EnhancedInputSlider = (

0 commit comments

Comments
 (0)