Remove extra spaces

This commit is contained in:
digitalfrost 2022-08-02 09:08:46 +02:00 committed by GitHub
parent b13b7a892d
commit cba2e07adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ class MachineErrorChecker(QObject):
self._keys_to_check = set() # type: Set[str]
self._num_keys_to_check_per_update = 10
def initialize(self) -> None:
self._error_check_timer.timeout.connect(self._rescheduleCheck)