fix lint error two spaces before comment
This commit is contained in:
parent
8f781ada7f
commit
3456460da6
|
|
@ -314,7 +314,7 @@ class TabbedBrowser(QWidget):
|
|||
strategy_key = config.val.tabs.select_on_remove or "default"
|
||||
strategy_cls = strategy_map.get(strategy_key, SelectionStrategy)
|
||||
|
||||
if type(self._selection_strategy) is not strategy_cls: # pylint: disable=unidiomatic-typecheck
|
||||
if type(self._selection_strategy) is not strategy_cls: # pylint: disable=unidiomatic-typecheck
|
||||
self._selection_strategy = strategy_cls()
|
||||
|
||||
def __repr__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue